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:11:09 +02:00
parent fee9dc8c17
commit a04c15958a
No known key found for this signature in database
GPG key ID: 33312B944DD97846

View file

@ -117,7 +117,6 @@ in {
rpcwhitelist = cfg.bitcoind.rpc.users.public.rpcwhitelist ++ [
"setban"
"generatetoaddress"
"getpeerinfo"
];
};
listenWhitelisted = true;