doc: add release notes for deprecation of wallet rbf & bip125 fields

This commit is contained in:
rkrux
2026-05-20 16:57:06 +05:30
parent aba24a9b62
commit 5faf2ad880

View 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.