Skip to content

Commit 2e552b0

Browse files
committed
Mention mempool chain limits in release notes
1 parent d7c54c5 commit 2e552b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ minimum relay feerate will be increased to match this feerate plus the initial
113113
minimum relay feerate. The initial minimum relay feerate is set to
114114
1000 satoshis per kB.
115115

116+
Bitcoin Core 0.12 also introduces new default policy limits on the length and
117+
size of unconfirmed transaction chains that are allowed in the mempool
118+
(generally limiting the length of unconfirmed chains to 25 transactions, with a
119+
total size of 101 KB). These limits can be overriden using command line
120+
arguments; see the extended help (`--help -help-debug`) for more information.
121+
116122
Replace-by-fee transactions
117123
---------------------------
118124

0 commit comments

Comments
 (0)