#include <txmempool.h>
#include <clientversion.h>
#include <coins.h>
#include <common/system.h>
#include <config.h>
#include <consensus/consensus.h>
#include <consensus/tx_verify.h>
#include <consensus/validation.h>
#include <logging.h>
#include <policy/fees.h>
#include <policy/policy.h>
#include <reverse_iterator.h>
#include <undo.h>
#include <util/moneystr.h>
#include <util/time.h>
#include <validationinterface.h>
#include <version.h>
#include <algorithm>
#include <cmath>
#include <limits>
Go to the source code of this file.
◆ GetInfo()
static TxMempoolInfo GetInfo |
( |
CTxMemPool::indexed_transaction_set::const_iterator |
it | ) |
|
|
static |
◆ RemovalReasonToString()