diff options
author | Kiminuo <kiminuo@protonmail.com> | 2021-10-20 08:00:44 +0200 |
---|---|---|
committer | Kiminuo <kiminuo@protonmail.com> | 2021-10-20 10:51:01 +0200 |
commit | 1bdd5f63229ebf28c24a8656f486ed8a6c8b3787 (patch) | |
tree | ab45d770bb969bf2971bef580a0959da3ce8672d /doc | |
parent | 0ccf9b2e5594581deef2f60174c3651a57f93b64 (diff) |
Address review comments from #22918
* fix English in release notes
* Simplify `switch` to `if`.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |