mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-02 19:52:01 +02:00
[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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user