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.
1 parent 11049f4 commit 6665977Copy full SHA for 6665977
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