We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60290d3 commit d3b0b08Copy full SHA for d3b0b08
doc/release-notes.md
@@ -104,6 +104,10 @@ Updated RPCs
104
with the `-json` option set, the following fields: `addresses`, `reqSigs` are no longer
105
returned in the tx output of the response. (#20286)
106
107
+- The `listbanned` RPC now returns two new numeric fields: `ban_duration` and `time_remaining`.
108
+ Respectively, these new fields indicate the duration of a ban and the time remaining until a ban expires,
109
+ both in seconds. Additionally, the `ban_created` field is repositioned to come before `banned_until`. (#21602)
110
+
111
Changes to Wallet or GUI related RPCs can be found in the GUI or Wallet section below.
112
113
New RPCs
0 commit comments