From 0c520679ab5f0ba99584cb356ec28ef089f14735 Mon Sep 17 00:00:00 2001 From: brunoerg Date: Mon, 16 May 2022 18:03:02 -0300 Subject: [PATCH] doc: add release notes for `abandoned` field in `gettransaction` and `listtransactions` --- doc/release-notes-25158.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/release-notes-25158.md diff --git a/doc/release-notes-25158.md b/doc/release-notes-25158.md new file mode 100644 index 00000000000..ce8ab53ddd8 --- /dev/null +++ b/doc/release-notes-25158.md @@ -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) \ No newline at end of file