mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
remove 'label' filter for rpc command help
This commit is contained in:
parent
11049f4fe6
commit
666597798c
1 changed files with 0 additions and 3 deletions
|
|
@ -193,9 +193,6 @@ std::string CRPCTable::help(const std::string& strCommand) const
|
|||
{
|
||||
const CRPCCommand *pcmd = command.second;
|
||||
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)
|
||||
continue;
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue