URI: 
       trm assert clause: there is no guarantee about that - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 8308440ded80419bac745f824a6e1a2eb740d12d
   DIR parent 7c13dc54dbc1f5a5987745462f41b06659064689
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sat, 24 Nov 2012 20:32:50 +0100
       
       rm assert clause: there is no guarantee about that
       
       Diffstat:
         M lib/wallet.py                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/wallet.py b/lib/wallet.py
       t@@ -1104,7 +1104,7 @@ class Wallet:
                        ext_requests = []
                        for o in tx.get('outputs'):
                            _addr = o.get('address')
       -                    assert not self.is_mine(_addr)
       +                    # assert not self.is_mine(_addr)
                            ext_requests.append( ('blockchain.address.get_history', [_addr]) )
        
                        ext_h = self.interface.synchronous_get(ext_requests)