![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <consensus/amount.h>#include <primitives/transaction.h>#include <util/task_runner.h>#include <validation.h>#include <cstddef>#include <functional>#include <thread>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | ImmediateBackgroundTaskRunner |
| Runs callbacks synchronously and deterministically, while avoiding DEBUG_LOCKORDER false positives. More... | |
| struct | TestBlockManager |
| struct | TestChainstateManager |
| class | ValidationInterfaceTest |
Namespaces | |
| namespace | node |
Functions | |
| std::vector< std::pair< COutPoint, CAmount > > | ResetChainmanAndMempool (TestingSetup &setup, FakeNodeClock &node_clock) |
| std::vector< std::pair< COutPoint, CAmount > > ResetChainmanAndMempool | ( | TestingSetup & | setup, |
| FakeNodeClock & | node_clock | ||
| ) |
Definition at line 108 of file validation.cpp.