Skip to content

Commit 6665977

Browse files
committed
remove 'label' filter for rpc command help
1 parent 11049f4 commit 6665977

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
@@ -193,9 +193,6 @@ std::string CRPCTable::help(const std::string& strCommand) const
193193
{
194194
const CRPCCommand *pcmd = command.second;
195195
string strMethod = pcmd->name;
196-
// We already filter duplicates, but these deprecated screw up the sort order
197-
if (strMethod.find("label") != string::npos)
198-
continue;
199196
if ((strCommand != "" || pcmd->category == "hidden") && strMethod != strCommand)
200197
continue;
201198
try

0 commit comments

Comments
 (0)