diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2019-10-28 18:33:40 +0100 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2019-11-01 12:06:35 +0100 |
commit | 3ed8e3d079a3860dcdf944f7c1aa37765a53da32 (patch) | |
tree | c7e92e63b387685b03fbf96a6ecae76467e88442 /src/rpc/blockchain.cpp | |
parent | d6e493f0c2850b522a676a005935163beddaa2cc (diff) |
doc: Remove explicit network name references
Diffstat (limited to 'src/rpc/blockchain.cpp')
-rw-r--r-- | src/rpc/blockchain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 4bbd4aaf64..ba3fa3421e 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -1192,7 +1192,7 @@ UniValue getblockchaininfo(const JSONRPCRequest& request) {}, RPCResult{ "{\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" " \"blocks\": xxxxxx, (numeric) the height of the most-work fully-validated chain. The genesis block has height 0\n" " \"headers\": xxxxxx, (numeric) the current number of headers we have validated\n" " \"bestblockhash\": \"...\", (string) the hash of the currently best block\n" |