diff options
author | Peter Todd <pete@petertodd.org> | 2015-11-13 16:49:47 -0500 |
---|---|---|
committer | Peter Todd <pete@petertodd.org> | 2015-11-13 16:49:47 -0500 |
commit | 7259769d7f47c550a2c136585d94dc0e1dac24ff (patch) | |
tree | f088c66c121a27cbd9cbb325df88bff874ff05b6 /src/rpcblockchain.cpp | |
parent | c277a63ed70d063541e1e939917159129c102fec (diff) |
Document new mediantime field in getblockchaininfo
Diffstat (limited to 'src/rpcblockchain.cpp')
-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 bc86e181c4..989fc3704c 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -608,6 +608,7 @@ UniValue getblockchaininfo(const UniValue& params, bool fHelp) " \"headers\": xxxxxx, (numeric) the current number of headers we have validated\n" " \"bestblockhash\": \"...\", (string) the hash of the currently best block\n" " \"difficulty\": xxxxxx, (numeric) the current difficulty\n" + " \"mediantime\": xxxxxx, (numeric) median time for the current best block\n" " \"verificationprogress\": xxxx, (numeric) estimate of verification progress [0..1]\n" " \"chainwork\": \"xxxx\" (string) total amount of work in active chain, in hexadecimal\n" " \"pruned\": xx, (boolean) if the blocks are subject to pruning\n" |