Skip to content

Commit 22d4634

Browse files
authored
Merge pull request #2282 from barton2526/label
rpc: remove 'label' filter for rpc command help
2 parents 0494cf9 + f5983a4 commit 22d4634

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rpc/server.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ string CRPCTable::help(string strCommand, rpccategory category) const
168168
{
169169
const CRPCCommand *pcmd = mi->second;
170170
string strMethod = mi->first;
171-
// We already filter duplicates, but these deprecated screw up the sort order
172-
if (strMethod.find("label") != string::npos)
173-
continue;
174171
// Refactored rules for supporting of subcategories
175172
if (pcmd->category == cat_null)
176173
continue;

0 commit comments

Comments
 (0)