mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
doc: Release notes for default RBF
This commit is contained in:
parent
61d9149e78
commit
ab3c06db1a
1 changed files with 12 additions and 0 deletions
12
doc/release-notes-25610.md
Normal file
12
doc/release-notes-25610.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
Wallet
|
||||
------
|
||||
|
||||
- The `-walletrbf` startup option will now default to `true`. The
|
||||
wallet will now default to opt-in RBF on transactions that it creates.
|
||||
|
||||
Updated RPCs
|
||||
------------
|
||||
|
||||
- The `replaceable` option for the `createrawtransaction` and
|
||||
`createpsbt` RPCs will now default to `true`. Transactions created
|
||||
with these RPCs will default to having opt-in RBF enabled.
|
Loading…
Add table
Reference in a new issue