diff options
author | Gregory Sanders <gsanders87@gmail.com> | 2015-12-18 14:07:48 -0500 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-18 12:20:42 +0100 |
commit | c0d2382170962ecae72fd90d4830fcadd4c2ed30 (patch) | |
tree | 9e41dfe06976bdd1aa34736d4a729a6cd70ad242 /src | |
parent | d8b062d752838aa0d7141355a1341768d4c4064c (diff) |
Added help text for chainwork value
Github-Pull: #7232
Rebased-From: 94bdd71f9b4768c9803ffd133aa7781b19bfa6f9
Diffstat (limited to 'src')
-rw-r--r-- | src/rpcblockchain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index edaa71e79f..f0ee0da5cc 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" |