doc: add release notes for abandoned field in gettransaction and listtransactions

This commit is contained in:
brunoerg 2022-05-16 18:03:02 -03:00
parent a1aaa7f51f
commit 0c520679ab

View File

@ -0,0 +1,6 @@
RPC Wallet
----------
- The `gettransaction`, `listtransactions`, `listsinceblock` RPCs now return
the `abandoned` field for all transactions. Previously, the "abandoned" field
was only returned for sent transactions. (#25158)