mark getclaimtrie as deprecated, will be removed in next release

This commit is contained in:
kay kurokawa 2018-12-05 16:47:27 -05:00
parent e89d748b2f
commit 9f80a4ed34
No known key found for this signature in database
GPG key ID: AA15748C1D2B529F

View file

@ -158,7 +158,7 @@ UniValue getclaimtrie(const UniValue& params, bool fHelp)
if (fHelp || params.size() > 1) if (fHelp || params.size() > 1)
throw std::runtime_error( throw std::runtime_error(
"getclaimtrie\n" "getclaimtrie\n"
"Return the entire name trie.\n" "DEPRECATED. Return the entire name trie.\n"
"Arguments:\n" "Arguments:\n"
"1. \"blockhash\" (string, optional) get claim in the trie\n" "1. \"blockhash\" (string, optional) get claim in the trie\n"
" at the block specified\n" " at the block specified\n"