aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2019-10-28 18:33:40 +0100
committerFabian Jahr <fjahr@protonmail.com>2019-11-01 12:06:35 +0100
commit3ed8e3d079a3860dcdf944f7c1aa37765a53da32 (patch)
treec7e92e63b387685b03fbf96a6ecae76467e88442 /src/rpc/mining.cpp
parentd6e493f0c2850b522a676a005935163beddaa2cc (diff)
downloadbitcoin-3ed8e3d079a3860dcdf944f7c1aa37765a53da32.tar.xz
doc: Remove explicit network name references
Diffstat (limited to 'src/rpc/mining.cpp')
-rw-r--r--src/rpc/mining.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp
index 07c2958635..c9e55f0bbc 100644
--- a/src/rpc/mining.cpp
+++ b/src/rpc/mining.cpp
@@ -189,7 +189,7 @@ static UniValue getmininginfo(const JSONRPCRequest& request)
" \"difficulty\": xxx.xxxxx (numeric) The current difficulty\n"
" \"networkhashps\": nnn, (numeric) The network hashes per second\n"
" \"pooledtx\": n (numeric) The size of the mempool\n"
- " \"chain\": \"xxxx\", (string) current network name as defined in BIP70 (main, test, regtest)\n"
+ " \"chain\": \"xxxx\", (string) current network name (main, test, regtest)\n"
" \"warnings\": \"...\" (string) any network and blockchain warnings\n"
"}\n"
},