diff options
| author | MarcoFalke <[email protected]> | 2016-09-21 21:01:42 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-09-21 21:19:20 +0200 |
| commit | ddddaafa4aca2725a18606a38c3341a8637b0c3b (patch) | |
| tree | 82e2ab4b32c6e1ca1d059cacf64ebb975f623e7d /src/rpc/misc.cpp | |
| parent | Merge #8656: Trivial: Do not shadow global variable fileout (diff) | |
| download | discoin-ddddaafa4aca2725a18606a38c3341a8637b0c3b.tar.xz discoin-ddddaafa4aca2725a18606a38c3341a8637b0c3b.zip | |
[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 5afcf6353..f0b7e0a07 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" |