aboutsummaryrefslogtreecommitdiff
path: root/src/rpcblockchain.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-06-17 13:44:31 +0200
committerWladimir J. van der Laan <[email protected]>2014-06-17 14:11:28 +0200
commit2151419b1b124c490a09692f3bc234e82295a7c0 (patch)
tree1fde9706d9339161c32c870ee6bc4955654a4680 /src/rpcblockchain.cpp
parentMerge pull request #4357 (diff)
parentAdd "chain" to getmininginfo, improve help in getblockchaininfo (diff)
downloaddiscoin-2151419b1b124c490a09692f3bc234e82295a7c0.tar.xz
discoin-2151419b1b124c490a09692f3bc234e82295a7c0.zip
Merge pull request #4333
f6984e8 Add "chain" to getmininginfo, improve help in getblockchaininfo (jtimon) b82b7ec Get rid of Params().RPCisTestNet() (jtimon)
Diffstat (limited to 'src/rpcblockchain.cpp')
-rw-r--r--src/rpcblockchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp
index 0fabc8687..580c6bd5b 100644
--- a/src/rpcblockchain.cpp
+++ b/src/rpcblockchain.cpp
@@ -438,7 +438,7 @@ Value getblockchaininfo(const Array& params, bool fHelp)
"Returns an object containing various state info regarding block chain processing.\n"
"\nResult:\n"
"{\n"
- " \"chain\": \"xxxx\", (string) current chain (main, testnet3, regtest)\n"
+ " \"chain\": \"xxxx\", (string) current network name as defined in BIP70 (main, test, regtest)\n"
" \"blocks\": xxxxxx, (numeric) the current number of blocks processed in the server\n"
" \"bestblockhash\": \"...\", (string) the hash of the currently best block\n"
" \"difficulty\": xxxxxx, (numeric) the current difficulty\n"