From 7b9a7de80671469ba9f76d7aadee545c1e44c5da Mon Sep 17 00:00:00 2001 From: Rodrigo Broggi Date: Sun, 16 Jul 2023 04:55:46 -0300 Subject: [PATCH] Update getblockchaininfo.rst The RPC API reference is missing the `time` field description. --- reference/rpc/getblockchaininfo.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/rpc/getblockchaininfo.rst b/reference/rpc/getblockchaininfo.rst index e4c726f..58d0cf8 100644 --- a/reference/rpc/getblockchaininfo.rst +++ b/reference/rpc/getblockchaininfo.rst @@ -19,6 +19,7 @@ Result "headers" : n, (numeric) the current number of headers we have validated "bestblockhash" : "str", (string) the hash of the currently best block "difficulty" : n, (numeric) the current difficulty + "time" n, (numeric) The latest block time expressed in UNIX epoch time "mediantime" : n, (numeric) median time for the current best block "verificationprogress" : n, (numeric) estimate of verification progress [0..1] "initialblockdownload" : true|false, (boolean) (debug information) estimate of whether this node is in Initial Block Download mode