@returns A pointer to the mempool.
| 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. |
no outgoing calls
no test coverage detected