diff options
| author | fluffypony <ric@spagni.net> | 2014-06-15 09:48:13 +0200 |
|---|---|---|
| committer | fluffypony <ric@spagni.net> | 2014-06-15 09:48:13 +0200 |
| commit | 3bc16dc0e6bd38fbec51a054e640bacdb17a9a82 (patch) | |
| tree | 314428685a9d8b6ce6471761c7775dc93cb19073 /src/cryptonote_core/cryptonote_core.cpp | |
| parent | 0ddbd20129f297f97befd48f9efa89e1e6406d24 (diff) | |
| download | monzero-core-3bc16dc0e6bd38fbec51a054e640bacdb17a9a82.tar.gz monzero-core-3bc16dc0e6bd38fbec51a054e640bacdb17a9a82.tar.xz monzero-core-3bc16dc0e6bd38fbec51a054e640bacdb17a9a82.zip | |
proper tx_pool handling from CryptoZoidberg / BBR
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.cpp')
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 50cbfd267..2609fc13e 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -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; } //----------------------------------------------------------------------------------------------- |
