Skip to content

Commit 28e3249

Browse files
committed
Bump minrelaytxfee default
To bridge the time until a dynamic method for determining this fee is merged. This is especially aimed at the stable releases (0.10, 0.11) because full mempool limiting, as will be in 0.12, is too invasive and risky to backport.
1 parent 8c7e613 commit 28e3249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ uint64_t nPruneTarget = 0;
7575
bool fAlerts = DEFAULT_ALERTS;
7676

7777
/** Fees smaller than this (in satoshi) are considered zero fee (for relaying and mining) */
78-
CFeeRate minRelayTxFee = CFeeRate(1000);
78+
CFeeRate minRelayTxFee = CFeeRate(5000);
7979

8080
CTxMemPool mempool(::minRelayTxFee);
8181

0 commit comments

Comments
 (0)