mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
Document new mediantime field in getblockchaininfo
This commit is contained in:
parent
c277a63ed7
commit
7259769d7f
@ -608,6 +608,7 @@ UniValue getblockchaininfo(const UniValue& params, bool fHelp)
|
|||||||
" \"headers\": xxxxxx, (numeric) the current number of headers we have validated\n"
|
" \"headers\": xxxxxx, (numeric) the current number of headers we have validated\n"
|
||||||
" \"bestblockhash\": \"...\", (string) the hash of the currently best block\n"
|
" \"bestblockhash\": \"...\", (string) the hash of the currently best block\n"
|
||||||
" \"difficulty\": xxxxxx, (numeric) the current difficulty\n"
|
" \"difficulty\": xxxxxx, (numeric) the current difficulty\n"
|
||||||
|
" \"mediantime\": xxxxxx, (numeric) median time for the current best block\n"
|
||||||
" \"verificationprogress\": xxxx, (numeric) estimate of verification progress [0..1]\n"
|
" \"verificationprogress\": xxxx, (numeric) estimate of verification progress [0..1]\n"
|
||||||
" \"chainwork\": \"xxxx\" (string) total amount of work in active chain, in hexadecimal\n"
|
" \"chainwork\": \"xxxx\" (string) total amount of work in active chain, in hexadecimal\n"
|
||||||
" \"pruned\": xx, (boolean) if the blocks are subject to pruning\n"
|
" \"pruned\": xx, (boolean) if the blocks are subject to pruning\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user