Skip to content

Commit

Permalink
fixup! ci: fix the docker build
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Sep 19, 2024
1 parent cc66780 commit ea924b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnprototest/clightning/clightning.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def start(self, also_bitcoind: bool = True) -> None:
"--network=regtest",
"--bitcoin-rpcuser=rpcuser",
"--bitcoin-rpcpassword=rpcpass",
f"--bitcoin-rpcconnect=localhost:{self.bitcoind.port}",
f"--bitcoin-rpcconnect=127.0.0.1:{self.bitcoind.port}",
"--log-level=debug",
"--log-file=log",
"--htlc-maximum-msat=2000sat",
Expand Down

0 comments on commit ea924b8

Please sign in to comment.