moneroexamples 4 years ago
parent 2b7b07f3be
commit 746798813e

@ -115,7 +115,8 @@ MempoolStatus::read_mempool()
// get txpool from lmdb database instead of rpc call
if (!mcore->get_mempool().get_transactions_and_spent_keys_info(
mempool_tx_info,
pool_key_image_info))
pool_key_image_info,
true))
{
cerr << "Getting mempool failed " << endl;
return false;

Loading…
Cancel
Save