mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
rpc: Fail to return undocumented return values
This commit is contained in:
parent
80a699fda9
commit
fa8192f42e
5 changed files with 53 additions and 7 deletions
|
|
@ -137,8 +137,9 @@ static RPCHelpMan help()
|
|||
{
|
||||
{"command", RPCArg::Type::STR, /* default */ "all commands", "The command to get help on"},
|
||||
},
|
||||
RPCResult{
|
||||
RPCResult::Type::STR, "", "The help text"
|
||||
{
|
||||
RPCResult{RPCResult::Type::STR, "", "The help text"},
|
||||
RPCResult{RPCResult::Type::ANY, "", ""},
|
||||
},
|
||||
RPCExamples{""},
|
||||
[&](const RPCHelpMan& self, const JSONRPCRequest& jsonRequest) -> UniValue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue