pub fn load_mempool(
    pool: &mut TxMemPool,
    active_chainstate: &mut ChainState,
    mockable_fopen_function: Option<FopenFn>
) -> bool
Expand description

| Load the mempool from disk. |