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 ++ [
|
rpcwhitelist = cfg.bitcoind.rpc.users.public.rpcwhitelist ++ [
|
||||||
"setban"
|
"setban"
|
||||||
"generatetoaddress"
|
"generatetoaddress"
|
||||||
"getpeerinfo"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
listenWhitelisted = true;
|
listenWhitelisted = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user