Skip to content

Commit 94bdd71

Browse files
committed
Added help text for chainwork value
1 parent 8ea5ef1 commit 94bdd71

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
@@ -384,6 +384,7 @@ UniValue getblock(const UniValue& params, bool fHelp)
384384
" \"nonce\" : n, (numeric) The nonce\n"
385385
" \"bits\" : \"1d00ffff\", (string) The bits\n"
386386
" \"difficulty\" : x.xxx, (numeric) The difficulty\n"
387+
" \"chainwork\" : \"xxxx\", (string) Expected number of hashes required to produce the chain up to this block (in hex)\n"
387388
" \"previousblockhash\" : \"hash\", (string) The hash of the previous block\n"
388389
" \"nextblockhash\" : \"hash\" (string) The hash of the next block\n"
389390
"}\n"

0 commit comments

Comments
 (0)