diff options
author | Matt Corallo <git@bluematt.me> | 2019-06-08 08:58:46 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2019-06-08 09:32:33 -0400 |
commit | 8053e5cdade87550f0381d51feab81dedfec6c46 (patch) | |
tree | 82c7cf378a2f045cd0998b6be99777f153884734 /doc/man/bitcoin-qt.1 | |
parent | 5d2ccf0ce9ca1571c650a69319fb9c1e0b626ecb (diff) |
Remove -mempoolreplacement to prevent needless block prop slowness.
At this point there is no reasonable excuse to disable opt-in RBF,
and, unlike when this option was added, there are now significant
issues created when disabling it (in the form of compact block
reconstruction failures). Further, it breaks a lot of modern wallet
behavior.
Diffstat (limited to 'doc/man/bitcoin-qt.1')
-rw-r--r-- | doc/man/bitcoin-qt.1 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/man/bitcoin-qt.1 b/doc/man/bitcoin-qt.1 index 052d420608..1e8443b1d3 100644 --- a/doc/man/bitcoin-qt.1 +++ b/doc/man/bitcoin-qt.1 @@ -488,9 +488,6 @@ Relay and mine data carrier transactions (default: 1) Maximum size of data in data carrier transactions we relay and mine (default: 83) .HP -\fB\-mempoolreplacement\fR -.IP -Enable transaction replacement in the memory pool (default: 1) .HP \fB\-minrelaytxfee=\fR<amt> .IP |