mark getclaimtrie as deprecated, will be removed in next release
This commit is contained in:
parent
e89d748b2f
commit
9f80a4ed34
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue