aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
diff options
context:
space:
mode:
authorGregory Sanders <[email protected]>2015-12-18 14:07:48 -0500
committerGregory Sanders <[email protected]>2016-01-11 12:06:55 -0500
commit94bdd71f9b4768c9803ffd133aa7781b19bfa6f9 (patch)
treef41cbeddcc21e3cec11de16a1437f51a1645981b /src/rpcblockchain.cpp
parentMerge pull request #6980 (diff)
downloaddiscoin-94bdd71f9b4768c9803ffd133aa7781b19bfa6f9.tar.xz
discoin-94bdd71f9b4768c9803ffd133aa7781b19bfa6f9.zip
Added help text for chainwork value
Diffstat (limited to 'src/rpcblockchain.cpp')
-rw-r--r--src/rpcblockchain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp
index ee04636ce..0216e8ec6 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"