Skip to content

Commit

Permalink
Merge pull request #2282 from barton2526/label
Browse files Browse the repository at this point in the history
rpc: remove 'label' filter for rpc command help
  • Loading branch information
jamescowens authored Aug 17, 2021
2 parents 0494cf9 + f5983a4 commit 22d4634
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rpc/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ string CRPCTable::help(string strCommand, rpccategory category) const
{
const CRPCCommand *pcmd = mi->second;
string strMethod = mi->first;
// We already filter duplicates, but these deprecated screw up the sort order
if (strMethod.find("label") != string::npos)
continue;
// Refactored rules for supporting of subcategories
if (pcmd->category == cat_null)
continue;
Expand Down

0 comments on commit 22d4634

Please sign in to comment.