mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-29 15:29:14 +01:00
doc: release notes for new listbanned fields
This commit is contained in:
@@ -104,6 +104,10 @@ Updated RPCs
|
|||||||
with the `-json` option set, the following fields: `addresses`, `reqSigs` are no longer
|
with the `-json` option set, the following fields: `addresses`, `reqSigs` are no longer
|
||||||
returned in the tx output of the response. (#20286)
|
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.
|
Changes to Wallet or GUI related RPCs can be found in the GUI or Wallet section below.
|
||||||
|
|
||||||
New RPCs
|
New RPCs
|
||||||
|
|||||||
Reference in New Issue
Block a user