mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-13 13:22:38 -03:00
12 lines
374 B
Markdown
12 lines
374 B
Markdown
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.
|