5 #ifndef BITCOIN_TEST_FUZZ_MEMPOOL_UTILS_H 6 #define BITCOIN_TEST_FUZZ_MEMPOOL_UTILS_H 8 #include <validation.h> 19 #endif // BITCOIN_TEST_FUZZ_MEMPOOL_UTILS_H CTxMemPool * m_mempool
Optional mempool that is kept in sync with the chain.
void SetMempool(CTxMemPool *mempool)
Chainstate stores and provides an API to update our local knowledge of the current best chain...
CTxMemPool stores valid-according-to-the-current-best-chain transactions that may be included in the ...