mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
Bugfix: Remove wallet restrictions on RPC calls via node interface (ie, GUI RPC console)
This commit is contained in:
parent
1d4ba01247
commit
8ccd0cdff8
@ -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(); }
|
||||
|
Loading…
Reference in New Issue
Block a user