diff --git a/src/main.cpp b/src/main.cpp index 9b4e5633a..2b6ccae3a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2925,7 +2925,7 @@ bool InvalidateBlock(CValidationState& state, CBlockIndex *pindex) { return false; } } - LimitMempoolSize(mempool, GetArg("-maxmempool", DEFAULT_MAX_MEMPOOL_SIZE) * 1000000, GetArg("-mempoolexpiry", DEFAULT_MEMPOOL_EXPIRY) * 60 * 60); + //LimitMempoolSize(mempool, GetArg("-maxmempool", DEFAULT_MAX_MEMPOOL_SIZE) * 1000000, GetArg("-mempoolexpiry", DEFAULT_MEMPOOL_EXPIRY) * 60 * 60); // The resulting new best tip may not be in setBlockIndexCandidates anymore, so // add it again.