From ea924b8ac07d6d3cfeabbf2b1e38dd5c4a94083a Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Thu, 19 Sep 2024 13:28:21 +0200 Subject: [PATCH] fixup! ci: fix the docker build Signed-off-by: Vincenzo Palazzo --- lnprototest/clightning/clightning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnprototest/clightning/clightning.py b/lnprototest/clightning/clightning.py index 76744cb..1749bdd 100644 --- a/lnprototest/clightning/clightning.py +++ b/lnprototest/clightning/clightning.py @@ -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",