aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2015-10-02 14:20:38 -0700
committerMatt Corallo <git@bluematt.me>2015-10-13 01:39:38 -0700
commitd355cf4420043a866e418c97778d999cd1958f61 (patch)
treeffd7f4048f86201a3737bb04a795d1c5c60970b0 /src/main.h
parent794a8cec5db84fde1cce82ada51740070ec188ac (diff)
downloadbitcoin-d355cf4420043a866e418c97778d999cd1958f61.tar.xz
Only call TrimToSize once per reorg/blocks disconnect
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index be0d2bf47d..202d2c772b 100644
--- a/src/main.h
+++ b/src/main.h
@@ -229,7 +229,7 @@ void PruneAndFlush();
/** (try to) add transaction to memory pool **/
bool AcceptToMemoryPool(CTxMemPool& pool, CValidationState &state, const CTransaction &tx, bool fLimitFree,
- bool* pfMissingInputs, bool fRejectAbsurdFee=false);
+ bool* pfMissingInputs, bool fOverrideMempoolLimit=false, bool fRejectAbsurdFee=false);
struct CNodeStateStats {