We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b00ba62 + 6665977 commit 0496e15Copy full SHA for 0496e15
src/rpc/server.cpp
@@ -193,9 +193,6 @@ std::string CRPCTable::help(const std::string& strCommand) const
193
{
194
const CRPCCommand *pcmd = command.second;
195
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;
199
if ((strCommand != "" || pcmd->category == "hidden") && strMethod != strCommand)
200
continue;
201
try
0 commit comments