diff --git a/watchtower-plugin/watchtower.py b/watchtower-plugin/watchtower.py index 303efa7..a6671fb 100755 --- a/watchtower-plugin/watchtower.py +++ b/watchtower-plugin/watchtower.py @@ -340,7 +340,7 @@ def on_commitment_revocation(plugin, **kwargs): tower_update = {} if tower.status == "misbehaving": - return {"result": "continue"} + continue try: if tower.status == "reachable":