moneroexamples 2020-01-07 19:42:11 +08:00
parent 2b7b07f3be
commit 746798813e
1 changed files with 2 additions and 1 deletions

View File

@ -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;