mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
fixup removal
This commit is contained in:
parent
a8798c8662
commit
c2817106c6
@ -561,7 +561,7 @@ UniValue CRPCTable::dumpArgMap(const JSONRPCRequest& args_request) const
|
||||
// TODO: implement mapping argument to type for composite commands
|
||||
if (cmd.first.find(' ') != std::string::npos) continue;
|
||||
UniValue result;
|
||||
if (ExecuteCommands(cmd.second, request, result, mapPlatformRestrictions)) {
|
||||
if (ExecuteCommands(cmd.second, request, result)) {
|
||||
for (const auto& values : result.getValues()) {
|
||||
ret.push_back(values);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user