proper tx_pool handling from CryptoZoidberg / BBR

This commit is contained in:
fluffypony
2014-06-15 09:48:13 +02:00
parent 0ddbd20129
commit 3bc16dc0e6
4 changed files with 36 additions and 1 deletions
+1
View File
@@ -526,6 +526,7 @@ namespace cryptonote
m_store_blockchain_interval.do_call(boost::bind(&blockchain_storage::store_blockchain, &m_blockchain_storage));
m_miner.on_idle();
m_mempool.on_idle();
return true;
}
//-----------------------------------------------------------------------------------------------