aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
diff options
context:
space:
mode:
authorPeter Todd <pete@petertodd.org>2015-11-13 16:49:47 -0500
committerPeter Todd <pete@petertodd.org>2015-11-13 16:49:47 -0500
commit7259769d7f47c550a2c136585d94dc0e1dac24ff (patch)
treef088c66c121a27cbd9cbb325df88bff874ff05b6 /src/rpcblockchain.cpp
parentc277a63ed70d063541e1e939917159129c102fec (diff)
downloadbitcoin-7259769d7f47c550a2c136585d94dc0e1dac24ff.tar.xz
Document new mediantime field in getblockchaininfo
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 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"