btcpayserver: remove redundant RPC entry from whitelist
`getpeerinfo` already exists in the public whitelist.
This commit is contained in:
@@ -117,7 +117,6 @@ in {
|
||||
rpcwhitelist = cfg.bitcoind.rpc.users.public.rpcwhitelist ++ [
|
||||
"setban"
|
||||
"generatetoaddress"
|
||||
"getpeerinfo"
|
||||
];
|
||||
};
|
||||
listenWhitelisted = true;
|
||||
|
||||
Reference in New Issue
Block a user