mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
doc: add release notes for abandoned
field in gettransaction
and listtransactions
This commit is contained in:
parent
a1aaa7f51f
commit
0c520679ab
1 changed files with 6 additions and 0 deletions
6
doc/release-notes-25158.md
Normal file
6
doc/release-notes-25158.md
Normal 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)
|
Loading…
Add table
Reference in a new issue