![]() |
Bitcoin Core
22.99.0
P2P Digital Currency
|
#include <txmempool.h>
#include <chain.h>
#include <coins.h>
#include <consensus/consensus.h>
#include <consensus/tx_verify.h>
#include <consensus/validation.h>
#include <policy/fees.h>
#include <policy/policy.h>
#include <policy/settings.h>
#include <reverse_iterator.h>
#include <util/moneystr.h>
#include <util/system.h>
#include <util/time.h>
#include <validationinterface.h>
#include <cmath>
#include <optional>
Go to the source code of this file.
Classes | |
struct | update_descendant_state |
struct | update_ancestor_state |
struct | update_fee_delta |
Functions | |
bool | TestLockPointValidity (CChain &active_chain, const LockPoints &lp) |
Test whether the LockPoints height and time are still valid on the current chain. More... | |
static TxMempoolInfo | GetInfo (CTxMemPool::indexed_transaction_set::const_iterator it) |
|
static |
bool TestLockPointValidity | ( | CChain & | active_chain, |
const LockPoints & | lp | ||
) |
Test whether the LockPoints height and time are still valid on the current chain.
Definition at line 67 of file txmempool.cpp.