aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.cpp
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2017-07-17 15:55:14 -0700
committerAndrew Chow <achow101-github@achow101.com>2017-09-27 11:27:26 -0400
commit8502b2085288bcf5b5ff96b77236a3b04c65f082 (patch)
tree17f1cb32aa4a3e46296acd0f1bff51e6e03708de /src/rpc/blockchain.cpp
parentf77f0e4825e17fdda5984ce556a1102e32e7af72 (diff)
downloadbitcoin-8502b2085288bcf5b5ff96b77236a3b04c65f082.tar.xz
Unify help text for GetWarnings output in get*info RPCs
Diffstat (limited to 'src/rpc/blockchain.cpp')
-rw-r--r--src/rpc/blockchain.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp
index 099e4825d4..8c0268e264 100644
--- a/src/rpc/blockchain.cpp
+++ b/src/rpc/blockchain.cpp
@@ -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", "")