diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-09-21 21:01:42 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-09-21 21:19:20 +0200 |
commit | ddddaafa4aca2725a18606a38c3341a8637b0c3b (patch) | |
tree | 82e2ab4b32c6e1ca1d059cacf64ebb975f623e7d /src/rpc/misc.cpp | |
parent | cf5ebaa921a939cc3a81948a559c1f1ab53d68b6 (diff) |
[rpc] Deprecate getinfo
This was replaced by getmininginfo, getnetworkinfo and getwalletinfo
Diffstat (limited to 'src/rpc/misc.cpp')
-rw-r--r-- | src/rpc/misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index 5afcf6353c..f0b7e0a07c 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -44,7 +44,7 @@ UniValue getinfo(const UniValue& params, bool fHelp) if (fHelp || params.size() != 0) throw runtime_error( "getinfo\n" - "Returns an object containing various state info.\n" + "\nDEPRECATED. Returns an object containing various state info.\n" "\nResult:\n" "{\n" " \"version\": xxxxx, (numeric) the server version\n" |