From 1bdd5f63229ebf28c24a8656f486ed8a6c8b3787 Mon Sep 17 00:00:00 2001 From: Kiminuo Date: Wed, 20 Oct 2021 08:00:44 +0200 Subject: Address review comments from #22918 * fix English in release notes * Simplify `switch` to `if`. --- doc/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/release-notes.md b/doc/release-notes.md index b460cd3eb2..9541aeadca 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -82,7 +82,7 @@ Updated RPCs `gettransaction verbose=true` and REST endpoints `/rest/tx`, `/rest/getutxos`, `/rest/block` no longer return the `addresses` and `reqSigs` fields, which were previously deprecated in 22.0. (#22650) -- The `getblock` RPC command now supports verbose level 3 containing transaction inputs +- The `getblock` RPC command now supports verbosity level 3 containing transaction inputs' `prevout` information. The existing `/rest/block/` REST endpoint is modified to contain this information too. Every `vin` field will contain an additional `prevout` subfield describing the spent output. `prevout` contains the following keys: -- cgit v1.2.3