Skip to content

Commit

Permalink
core-lightning: restart bitcoind when we're restarted.
Browse files Browse the repository at this point in the history
Nobody else seems to, which explains some of our issues?

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed May 23, 2022
1 parent a58cee3 commit ee6e5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lnprototest/clightning/clightning.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def restart(self) -> None:
# Make a clean start
super().restart()
self.start()
self.bitcoind.restart()

def kill_fundchannel(self) -> None:
fut = self.fundchannel_future
Expand Down

0 comments on commit ee6e5f0

Please sign in to comment.