btcpayserver: remove redundant RPC entry from whitelist

`getpeerinfo` already exists in the public whitelist.
This commit is contained in:
Erik Arvstedt
2024-07-31 18:13:29 +02:00
parent fee9dc8c17
commit a04c15958a
-1
View File
@@ -117,7 +117,6 @@ in {
rpcwhitelist = cfg.bitcoind.rpc.users.public.rpcwhitelist ++ [
"setban"
"generatetoaddress"
"getpeerinfo"
];
};
listenWhitelisted = true;