|
|
@ -594,6 +594,8 @@ UniValue getblockchaininfo(const UniValue& params, bool fHelp) |
|
|
|
" \"difficulty\": xxxxxx, (numeric) the current difficulty\n" |
|
|
|
" \"difficulty\": xxxxxx, (numeric) the current difficulty\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" |
|
|
|
|
|
|
|
" \"pruneheight\": xxxxxx, (numeric) heighest block available\n" |
|
|
|
" \"softforks\": [ (array) status of softforks in progress\n" |
|
|
|
" \"softforks\": [ (array) status of softforks in progress\n" |
|
|
|
" {\n" |
|
|
|
" {\n" |
|
|
|
" \"id\": \"xxxx\", (string) name of softfork\n" |
|
|
|
" \"id\": \"xxxx\", (string) name of softfork\n" |
|
|
|