diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-18 12:20:09 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-18 12:20:13 +0100 |
commit | ae20172941ff83791a8ae9a858d4f4e70bf9aadb (patch) | |
tree | d9874d10c2e8c224681697e5d598250e50307317 | |
parent | 47c5ed19f3ba2a5f91f773ce7ff485f8574b570b (diff) | |
parent | 94bdd71f9b4768c9803ffd133aa7781b19bfa6f9 (diff) |
Merge pull request #7232
94bdd71 Added help text for chainwork value (Gregory Sanders)
-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 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" |