Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <txdownloadman.h>
Public Attributes | |
const CTxMemPool & | m_mempool |
Read-only reference to mempool. More... | |
FastRandomContext & | m_rng |
RNG provided by caller. More... | |
const uint32_t | m_max_orphan_txs |
Maximum number of transactions allowed in orphanage. More... | |
bool | m_deterministic_txrequest {false} |
Instantiate TxRequestTracker as deterministic (used for tests). More... | |
Definition at line 39 of file txdownloadman.h.
bool node::TxDownloadOptions::m_deterministic_txrequest {false} |
Instantiate TxRequestTracker as deterministic (used for tests).
Definition at line 47 of file txdownloadman.h.
const uint32_t node::TxDownloadOptions::m_max_orphan_txs |
Maximum number of transactions allowed in orphanage.
Definition at line 45 of file txdownloadman.h.
const CTxMemPool& node::TxDownloadOptions::m_mempool |
Read-only reference to mempool.
Definition at line 41 of file txdownloadman.h.
FastRandomContext& node::TxDownloadOptions::m_rng |
RNG provided by caller.
Definition at line 43 of file txdownloadman.h.