mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
dont show extra error msg when mempool rpc fails
This commit is contained in:
parent
3c2cc62feb
commit
70442c75e5
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue