![]() |
Bitcoin Core 30.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... | |
| 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 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.