diff options
| author | Matt Corallo <[email protected]> | 2019-06-08 08:58:46 -0400 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2019-06-08 09:32:33 -0400 |
| commit | 8053e5cdade87550f0381d51feab81dedfec6c46 (patch) | |
| tree | 82c7cf378a2f045cd0998b6be99777f153884734 /doc/man | |
| parent | Merge #15024: Allow specific private keys to be derived from descriptor (diff) | |
| download | discoin-8053e5cdade87550f0381d51feab81dedfec6c46.tar.xz discoin-8053e5cdade87550f0381d51feab81dedfec6c46.zip | |
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')
| -rw-r--r-- | doc/man/bitcoin-qt.1 | 3 | ||||
| -rw-r--r-- | doc/man/bitcoind.1 | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/doc/man/bitcoin-qt.1 b/doc/man/bitcoin-qt.1 index 052d42060..1e8443b1d 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 diff --git a/doc/man/bitcoind.1 b/doc/man/bitcoind.1 index 5e057d923..2a79b6cb4 100644 --- a/doc/man/bitcoind.1 +++ b/doc/man/bitcoind.1 @@ -488,10 +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 Fees (in BTC/kB) smaller than this are considered zero fee for relaying, |