Unify help text for GetWarnings output in get*info RPCs

This commit is contained in:
Andrew Chow
2017-07-17 15:55:14 -07:00
parent f77f0e4825
commit 8502b20852
3 changed files with 5 additions and 4 deletions

View File

@@ -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", "")