aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_core.cpp
diff options
context:
space:
mode:
authorfluffypony <ric@spagni.net>2014-06-15 09:48:13 +0200
committerfluffypony <ric@spagni.net>2014-06-15 09:48:13 +0200
commit3bc16dc0e6bd38fbec51a054e640bacdb17a9a82 (patch)
tree314428685a9d8b6ce6471761c7775dc93cb19073 /src/cryptonote_core/cryptonote_core.cpp
parent0ddbd20129f297f97befd48f9efa89e1e6406d24 (diff)
downloadmonzero-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.cpp1
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;
}
//-----------------------------------------------------------------------------------------------