aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/net.cpp
diff options
context:
space:
mode:
authorAndrew Chow <[email protected]>2017-07-17 15:55:14 -0700
committerAndrew Chow <[email protected]>2017-09-27 11:27:26 -0400
commit8502b2085288bcf5b5ff96b77236a3b04c65f082 (patch)
tree17f1cb32aa4a3e46296acd0f1bff51e6e03708de /src/rpc/net.cpp
parentAdd warnings field to getblockchaininfo (diff)
downloaddiscoin-8502b2085288bcf5b5ff96b77236a3b04c65f082.tar.xz
discoin-8502b2085288bcf5b5ff96b77236a3b04c65f082.zip
Unify help text for GetWarnings output in get*info RPCs
Diffstat (limited to 'src/rpc/net.cpp')
-rw-r--r--src/rpc/net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/net.cpp b/src/rpc/net.cpp
index 7faf21604..018444821 100644
--- a/src/rpc/net.cpp
+++ b/src/rpc/net.cpp
@@ -447,7 +447,7 @@ UniValue getnetworkinfo(const JSONRPCRequest& request)
" }\n"
" ,...\n"
" ]\n"
- " \"warnings\": \"...\" (string) any network warnings\n"
+ " \"warnings\": \"...\" (string) any network and blockchain warnings\n"
"}\n"
"\nExamples:\n"
+ HelpExampleCli("getnetworkinfo", "")