URI: 
       tremove unused method - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 9897e41e68cd63a61d02267961b358c0d2444ad7
   DIR parent 21e907a4e3b7540b9f410ec5d28314432b25c5c2
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue, 17 Jul 2018 14:23:40 +0200
       
       remove unused method
       
       Diffstat:
         M electrum/lnwatcher.py               |       7 -------
       
       1 file changed, 0 insertions(+), 7 deletions(-)
       ---
   DIR diff --git a/electrum/lnwatcher.py b/electrum/lnwatcher.py
       t@@ -84,13 +84,6 @@ class LNChanCloseHandler(PrintError):
                    self.watched_addresses.add(addr)
                    self.wallet.synchronizer.add(addr)
        
       -    # TODO: de-duplicate?
       -    def parse_response(self, response):
       -        if response.get('error'):
       -            self.print_error("response error:", response)
       -            return None, None
       -        return response['params'], response['result']
       -
            def check_onchain_situation(self):
                funding_outpoint = self.chan.funding_outpoint
                ctx_candidate_txid = self.wallet.spent_outpoints[funding_outpoint.txid].get(funding_outpoint.output_index)