![]() |
Bitcoin Core
0.19.99
P2P Digital Currency
|
#include <txmempool.h>
#include <consensus/consensus.h>
#include <consensus/tx_verify.h>
#include <consensus/validation.h>
#include <optional.h>
#include <validation.h>
#include <policy/policy.h>
#include <policy/fees.h>
#include <policy/settings.h>
#include <reverse_iterator.h>
#include <util/system.h>
#include <util/moneystr.h>
#include <util/time.h>
#include <validationinterface.h>
Go to the source code of this file.
Functions | |
static void | CheckInputsAndUpdateCoins (const CTransaction &tx, CCoinsViewCache &mempoolDuplicate, const int64_t spendheight) |
static TxMempoolInfo | GetInfo (CTxMemPool::indexed_transaction_set::const_iterator it) |
|
static |
Definition at line 599 of file txmempool.cpp.
|
static |