We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c54c5 commit 2e552b0Copy full SHA for 2e552b0
doc/release-notes.md
@@ -113,6 +113,12 @@ minimum relay feerate will be increased to match this feerate plus the initial
113
minimum relay feerate. The initial minimum relay feerate is set to
114
1000 satoshis per kB.
115
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
+
122
Replace-by-fee transactions
123
---------------------------
124
0 commit comments