aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2021-07-05 22:39:36 +0100
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2021-07-20 10:43:26 +0100
commit20edf4bcf61e9fa310c3d7f3cac0c80a04df5364 (patch)
tree83bc6401ae6570f8b3e2be589c901f62253af34f /doc/release-notes.md
parenta62fc35a150da584d39d7cd01ade14bbb5002fb9 (diff)
downloadbitcoin-20edf4bcf61e9fa310c3d7f3cac0c80a04df5364.tar.xz
rpc: Return block time in getblockchaininfo
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md2
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).