[rpc] Deprecate getinfo

This was replaced by getmininginfo, getnetworkinfo and getwalletinfo
This commit is contained in:
MarcoFalke
2016-09-21 21:01:42 +02:00
parent cf5ebaa921
commit ddddaafa4a
3 changed files with 11 additions and 8 deletions

View File

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