MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetMempool

Method GetMempool

src/validation.h:577–580  ·  view source on GitHub ↗

@returns A pointer to the mempool.

Source from the content-addressed store, hash-verified

575
576 //! @returns A pointer to the mempool.
577 CTxMemPool* GetMempool()
578 {
579 return m_mempool;
580 }
581
582 //! @returns A reference to a wrapped view of the in-memory UTXO set that
583 //! handles disk read errors gracefully.

Callers 2

EXCLUSIVE_LOCKS_REQUIREDFunction · 0.80
ProcessTransactionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected