btcpayserver: remove redundant RPC entry from whitelist
`getpeerinfo` already exists in the public whitelist.
This commit is contained in:
parent
fee9dc8c17
commit
a04c15958a
1 changed files with 0 additions and 1 deletions
|
|
@ -117,7 +117,6 @@ in {
|
|||
rpcwhitelist = cfg.bitcoind.rpc.users.public.rpcwhitelist ++ [
|
||||
"setban"
|
||||
"generatetoaddress"
|
||||
"getpeerinfo"
|
||||
];
|
||||
};
|
||||
listenWhitelisted = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue