mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
chore: add TODO to make client parsing for composite commands
This commit is contained in:
parent
d55759fa79
commit
3270becc9b
@ -632,6 +632,8 @@ UniValue CRPCTable::dumpArgMap() const
|
||||
{
|
||||
UniValue ret{UniValue::VARR};
|
||||
for (const auto& cmd : mapCommands) {
|
||||
// TODO: implement mapping argument to type for composite commands
|
||||
if (!cmd.first.second.empty()) continue;
|
||||
for (const auto& c : cmd.second) {
|
||||
const auto help = RpcMethodFnType(c->unique_id)();
|
||||
help.AppendArgMap(ret);
|
||||
|
Loading…
Reference in New Issue
Block a user