diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2017-12-22 09:18:05 +0100 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2017-12-22 09:18:05 +0100 |
commit | 5cbbbd71432bffa4089ff34dd6b09f017c4adaf7 (patch) | |
tree | 4bf75b78c57d0e805259111474cce72b022cf75b /doc/release-notes.md | |
parent | 91eeaa03354bbb4ee79d6defaffaef2b32ecbe29 (diff) |
[Wallet] Use RBF by default in QT only
GUI wallet uses RBF by default, regardless of -walletrbf.
RPC and debug console in the GUI remain unchanged; they don't
use RBF by default, unless launched with -walletrbf=1.
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 43009b0813..aff6dc7582 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -67,6 +67,14 @@ Due to a backward-incompatible change in the wallet database, wallets created with version 0.16.0 will be rejected by previous versions. Also, version 0.16.0 will only create hierarchical deterministic (HD) wallets. +Replace-By-Fee by default in GUI +-------------------------------- +The send screen now uses BIP-125 RBF by default, regardless of `-walletrbf`. +There is a checkbox to mark the transaction as final. + +The RPC default remains unchanged: to use RBF, launch with `-walletrbf=1` or +use the `replaceable` argument for individual transactions. + Custom wallet directories --------------------- The ability to specify a directory other than the default data directory in which to store |