Merge pull request #7367
2e552b0
Mention mempool chain limits in release notes (Suhas Daftuar)
This commit is contained in:
commit
8b7a0f88cb
@ -113,6 +113,12 @@ minimum relay feerate will be increased to match this feerate plus the initial
|
|||||||
minimum relay feerate. The initial minimum relay feerate is set to
|
minimum relay feerate. The initial minimum relay feerate is set to
|
||||||
1000 satoshis per kB.
|
1000 satoshis per kB.
|
||||||
|
|
||||||
|
Bitcoin Core 0.12 also introduces new default policy limits on the length and
|
||||||
|
size of unconfirmed transaction chains that are allowed in the mempool
|
||||||
|
(generally limiting the length of unconfirmed chains to 25 transactions, with a
|
||||||
|
total size of 101 KB). These limits can be overriden using command line
|
||||||
|
arguments; see the extended help (`--help -help-debug`) for more information.
|
||||||
|
|
||||||
Replace-by-fee transactions
|
Replace-by-fee transactions
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user