URI: 
       tdefine LNWatcher.do_breach_remedy - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 215dc96de73b507160885fb37d2698c473194898
   DIR parent 7370910fee9810d6ea8c71dde84a71e595d31ea4
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Wed, 11 Sep 2019 11:58:28 +0200
       
       define LNWatcher.do_breach_remedy
       
       Diffstat:
         M electrum/lnwatcher.py               |       7 ++++---
       
       1 file changed, 4 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/electrum/lnwatcher.py b/electrum/lnwatcher.py
       t@@ -190,9 +190,10 @@ class LNWatcher(AddressSynchronizer):
                    await self.do_breach_remedy(funding_outpoint, spenders)
                if not keep_watching:
                    await self.unwatch_channel(address, funding_outpoint)
       -        else:
       -            #self.logger.info(f'we will keep_watching {funding_outpoint}')
       -            pass
       +
       +    async def do_breach_remedy(self, funding_outpoints, spenders):
       +        # overloaded in WatchTower
       +        pass
        
            def inspect_tx_candidate(self, outpoint, n):
                # FIXME: instead of stopping recursion at n == 2,