![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <txmempool.h>#include <chain.h>#include <coins.h>#include <common/system.h>#include <consensus/consensus.h>#include <consensus/tx_verify.h>#include <consensus/validation.h>#include <policy/policy.h>#include <policy/settings.h>#include <random.h>#include <tinyformat.h>#include <util/check.h>#include <util/feefrac.h>#include <util/log.h>#include <util/moneystr.h>#include <util/overflow.h>#include <util/result.h>#include <util/time.h>#include <util/trace.h>#include <util/translation.h>#include <validationinterface.h>#include <algorithm>#include <cmath>#include <numeric>#include <optional>#include <ranges>#include <string_view>#include <utility>Go to the source code of this file.
Functions | |
| TRACEPOINT_SEMAPHORE (mempool, added) | |
| TRACEPOINT_SEMAPHORE (mempool, removed) | |
| bool | TestLockPointValidity (CChain &active_chain, const LockPoints &lp) |
| Test whether the LockPoints height and time are still valid on the current chain. | |
| static CTxMemPool::Options && | Flatten (CTxMemPool::Options &&opts, bilingual_str &error) |
|
static |
Definition at line 166 of file txmempool.cpp.
| 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 40 of file txmempool.cpp.
| TRACEPOINT_SEMAPHORE | ( | mempool | , |
| added | ) |
| TRACEPOINT_SEMAPHORE | ( | mempool | , |
| removed | ) |