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
+2 -1
View File
@@ -24,6 +24,7 @@
#include "util.h"
#include "utilstrencodings.h"
#include "hash.h"
#include "warnings.h"
#include <stdint.h>
@@ -1162,7 +1163,7 @@ UniValue getblockchaininfo(const JSONRPCRequest& request)
" }\n"
" }\n"
" }\n"
" \"warnings\" : \"...\", (string) any network and blockchain errors.\n"
" \"warnings\" : \"...\", (string) any network and blockchain warnings.\n"
"}\n"
"\nExamples:\n"
+ HelpExampleCli("getblockchaininfo", "")