diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2021-07-05 22:39:36 +0100 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2021-07-20 10:43:26 +0100 |
commit | 20edf4bcf61e9fa310c3d7f3cac0c80a04df5364 (patch) | |
tree | 83bc6401ae6570f8b3e2be589c901f62253af34f /doc/release-notes.md | |
parent | a62fc35a150da584d39d7cd01ade14bbb5002fb9 (diff) |
rpc: Return block time in getblockchaininfo
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index dc28ccb9ed..013ed891ee 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -197,6 +197,8 @@ Low-level changes RPC --- +- `getblockchaininfo` now returns a new `time` field, that provides the chain tip time. (#22407) + - The RPC server can process a limited number of simultaneous RPC requests. Previously, if this limit was exceeded, the RPC server would respond with [status code 500 (`HTTP_INTERNAL_SERVER_ERROR`)](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_server_errors). |