Skip to content

Commit

Permalink
workflow added
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycho-Pirate committed Aug 3, 2023
1 parent 22fb293 commit 8f9de13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lnprototest/ldk/ldk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f9de13

Please sign in to comment.