MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetMempool

Method GetMempool

src/validation.h:701–704  ·  view source on GitHub ↗

@returns A pointer to the mempool.

Source from the content-addressed store, hash-verified

699
700 //! @returns A pointer to the mempool.
701 CTxMemPool* GetMempool()
702 {
703 return m_mempool;
704 }
705
706 //! @returns A reference to a wrapped view of the in-memory UTXO set that
707 //! handles disk read errors gracefully.

Callers 4

AppInitMainFunction · 0.80
AcceptToMemoryPoolFunction · 0.80
ProcessTransactionMethod · 0.80
ActivateSnapshotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected