aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorJarol Rodriguez <jarolrod@tutanota.com>2021-04-07 01:54:27 -0400
committerJarol Rodriguez <jarolrod@tutanota.com>2021-04-08 13:21:30 -0400
commitd3b0b08b0f04d2f1dbebbafd7ab0384dfe045dec (patch)
tree4552717c0176bf90180781f8b75fb2baf2510cae /doc/release-notes.md
parent60290d3f5ec8e7e3b8cb1ebae02d5d72f6005184 (diff)
downloadbitcoin-d3b0b08b0f04d2f1dbebbafd7ab0384dfe045dec.tar.xz
doc: release notes for new listbanned fields
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 334dfa80a4..9ed2931597 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -104,6 +104,10 @@ Updated RPCs
with the `-json` option set, the following fields: `addresses`, `reqSigs` are no longer
returned in the tx output of the response. (#20286)
+- The `listbanned` RPC now returns two new numeric fields: `ban_duration` and `time_remaining`.
+ Respectively, these new fields indicate the duration of a ban and the time remaining until a ban expires,
+ both in seconds. Additionally, the `ban_created` field is repositioned to come before `banned_until`. (#21602)
+
Changes to Wallet or GUI related RPCs can be found in the GUI or Wallet section below.
New RPCs