diff --git a/lnprototest/ldk/ldk.py b/lnprototest/ldk/ldk.py index e3510fe..e63bdf5 100644 --- a/lnprototest/ldk/ldk.py +++ b/lnprototest/ldk/ldk.py @@ -191,7 +191,8 @@ def restart(self) -> None: self.stop(also_bitcoind=False) # Make a clean start super().restart() - self.start() + self.bitcoind.restart() + self.start(also_bitcoind=False) def kill_fundchannel(self) -> None: fut = self.fundchannel_future