mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +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
|
// TODO: implement mapping argument to type for composite commands
|
||||||
if (cmd.first.find(' ') != std::string::npos) continue;
|
if (cmd.first.find(' ') != std::string::npos) continue;
|
||||||
UniValue result;
|
UniValue result;
|
||||||
if (ExecuteCommands(cmd.second, request, result, mapPlatformRestrictions)) {
|
if (ExecuteCommands(cmd.second, request, result)) {
|
||||||
for (const auto& values : result.getValues()) {
|
for (const auto& values : result.getValues()) {
|
||||||
ret.push_back(values);
|
ret.push_back(values);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user