From 20edf4bcf61e9fa310c3d7f3cac0c80a04df5364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Barbosa?= Date: Mon, 5 Jul 2021 22:39:36 +0100 Subject: rpc: Return block time in getblockchaininfo --- doc/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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). -- cgit v1.2.3