mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
remove 'label' filter for rpc command help
This commit is contained in:
parent
11049f4fe6
commit
666597798c
@ -193,9 +193,6 @@ std::string CRPCTable::help(const std::string& strCommand) const
|
|||||||
{
|
{
|
||||||
const CRPCCommand *pcmd = command.second;
|
const CRPCCommand *pcmd = command.second;
|
||||||
string strMethod = pcmd->name;
|
string strMethod = pcmd->name;
|
||||||
// We already filter duplicates, but these deprecated screw up the sort order
|
|
||||||
if (strMethod.find("label") != string::npos)
|
|
||||||
continue;
|
|
||||||
if ((strCommand != "" || pcmd->category == "hidden") && strMethod != strCommand)
|
if ((strCommand != "" || pcmd->category == "hidden") && strMethod != strCommand)
|
||||||
continue;
|
continue;
|
||||||
try
|
try
|
||||||
|
Loading…
x
Reference in New Issue
Block a user