Skip to content

Commit

Permalink
btcpayserver: fix liquidd whitelistedPort
Browse files Browse the repository at this point in the history
  • Loading branch information
nixbitcoin committed Nov 1, 2021
1 parent 41514b8 commit c2eb81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/btcpayserver.nix
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ in {
chains=btc,lbtc
lbtcrpcuser=${liquidd.rpcuser}
lbtcrpcurl=http://${nbLib.addressWithPort liquidd.rpc.address liquidd.rpc.port}
lbtcnodeendpoint=${nbLib.addressWithPort liquidd.address bitcoind.whitelistedPort}
lbtcnodeendpoint=${nbLib.addressWithPort liquidd.address liquidd.whitelistedPort}
''}
'';
in {
Expand Down

0 comments on commit c2eb81b

Please sign in to comment.