dont show extra error msg when mempool rpc fails

This commit is contained in:
moneroexamples 2017-06-02 11:13:49 +08:00
parent 3c2cc62feb
commit 70442c75e5
1 changed files with 0 additions and 4 deletions

View File

@ -36,10 +36,6 @@ MempoolStatus::start_mempool_status_thread()
vector<mempool_tx> current_mempool_txs = get_mempool_txs();
cout << "mempool status txs: " << current_mempool_txs.size() << endl;
}
else
{
cerr << "Cant read_mempool()" << endl;
}
// when we reach top of the blockchain, update
// the emission amount every minute.