mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
rpc: Remove duplicate name and argNames from CRPCCommand
This commit is contained in:
parent
fa92912b4b
commit
fa04f9b4dd
10 changed files with 172 additions and 174 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue