diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-09-26 15:02:55 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-09-26 15:03:06 +0200 |
| commit | dd20ed1223b95fb2df99fa1d6b72810e5f693473 (patch) | |
| tree | 42b744a74b3de38cd7006bb2e40c591ff63b5152 /src/rpc/misc.cpp | |
| parent | Merge #8722: bitcoin-cli: More detailed error reporting (diff) | |
| parent | [qa] Add getinfo smoke tests and rework versionbits test (diff) | |
| download | discoin-dd20ed1223b95fb2df99fa1d6b72810e5f693473.tar.xz discoin-dd20ed1223b95fb2df99fa1d6b72810e5f693473.zip | |
Merge #8780: [rpc] Deprecate getinfo
fa6e71b [qa] Add getinfo smoke tests and rework versionbits test (MarcoFalke)
ddddaaf [rpc] Deprecate getinfo (MarcoFalke)
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" |