dont show extra error msg when mempool rpc fails

master
moneroexamples 8 years ago
parent 3c2cc62feb
commit 70442c75e5

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

Loading…
Cancel
Save