Bugfix: Remove wallet restrictions on RPC calls via node interface (ie, GUI RPC console)

This commit is contained in:
Luke Dashjr 2024-04-23 16:26:14 +00:00
parent 1d4ba01247
commit 8ccd0cdff8

View File

@ -343,6 +343,7 @@ public:
req.params = params;
req.strMethod = command;
req.URI = uri;
req.m_wallet_restriction.clear();
return ::tableRPC.execute(req);
}
std::vector<std::string> listRpcCommands() override { return ::tableRPC.listCommands(); }