mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-28 06:43:49 +02:00
doc: add release notes for deprecation of wallet rbf & bip125 fields
This commit is contained in:
9
doc/release-notes-34917.md
Normal file
9
doc/release-notes-34917.md
Normal file
@@ -0,0 +1,9 @@
|
||||
RPC and Startup Option
|
||||
------------
|
||||
The `bip125-replaceable` key in the wallet transaction RPCs such
|
||||
as `listtransactions`, `listsinceblock`, and `gettransaction` is
|
||||
marked as deprecated. Users still have the option to retrieve this
|
||||
key by passing the `-deprecatedrpc=bip125` startup option. Also,
|
||||
the `-walletrbf` startup option has been marked as deprecated and
|
||||
will be fully removed in the next release. Using this options emits
|
||||
a warning in the logs.
|
||||
Reference in New Issue
Block a user