Skip to content

Commit 7259769

Browse files
committed
Document new mediantime field in getblockchaininfo
1 parent c277a63 commit 7259769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpcblockchain.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ UniValue getblockchaininfo(const UniValue& params, bool fHelp)
608608
" \"headers\": xxxxxx, (numeric) the current number of headers we have validated\n"
609609
" \"bestblockhash\": \"...\", (string) the hash of the currently best block\n"
610610
" \"difficulty\": xxxxxx, (numeric) the current difficulty\n"
611+
" \"mediantime\": xxxxxx, (numeric) median time for the current best block\n"
611612
" \"verificationprogress\": xxxx, (numeric) estimate of verification progress [0..1]\n"
612613
" \"chainwork\": \"xxxx\" (string) total amount of work in active chain, in hexadecimal\n"
613614
" \"pruned\": xx, (boolean) if the blocks are subject to pruning\n"

0 commit comments

Comments
 (0)