aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-01-18 12:20:09 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-01-18 12:20:13 +0100
commitae20172941ff83791a8ae9a858d4f4e70bf9aadb (patch)
treed9874d10c2e8c224681697e5d598250e50307317 /src
parent47c5ed19f3ba2a5f91f773ce7ff485f8574b570b (diff)
parent94bdd71f9b4768c9803ffd133aa7781b19bfa6f9 (diff)
downloadbitcoin-ae20172941ff83791a8ae9a858d4f4e70bf9aadb.tar.xz
Merge pull request #7232
94bdd71 Added help text for chainwork value (Gregory Sanders)
Diffstat (limited to 'src')
-rw-r--r--src/rpcblockchain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp
index b76b0ca403..82fe8fdb1e 100644
--- a/src/rpcblockchain.cpp
+++ b/src/rpcblockchain.cpp
@@ -384,6 +384,7 @@ UniValue getblock(const UniValue& params, bool fHelp)
" \"nonce\" : n, (numeric) The nonce\n"
" \"bits\" : \"1d00ffff\", (string) The bits\n"
" \"difficulty\" : x.xxx, (numeric) The difficulty\n"
+ " \"chainwork\" : \"xxxx\", (string) Expected number of hashes required to produce the chain up to this block (in hex)\n"
" \"previousblockhash\" : \"hash\", (string) The hash of the previous block\n"
" \"nextblockhash\" : \"hash\" (string) The hash of the next block\n"
"}\n"