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