rpc: Remove duplicate name and argNames from CRPCCommand

This commit is contained in:
MarcoFalke
2021-01-12 06:41:46 +01:00
parent fa92912b4b
commit fa04f9b4dd
10 changed files with 172 additions and 174 deletions

View File

@@ -33,7 +33,7 @@ static RPCHelpMan rpcNestedTest_rpc()
}
static const CRPCCommand vRPCCommands[] = {
{"test", "rpcNestedTest", &rpcNestedTest_rpc, {"arg1", "arg2", "arg3"}},
{"test", &rpcNestedTest_rpc},
};
void RPCNestedTests::rpcNestedTests()