URI: 
       ttrigger synchronize when block height is received - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 4dcac08ccf614b8a4447f412a3755b47d313dd48
   DIR parent 2f6d919afc2c3f3b1f14d49f96430716825690d5
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Wed, 30 Jan 2013 07:38:13 +0100
       
       ttrigger synchronize when block height is received
       
       Diffstat:
         M lib/verifier.py                     |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/lib/verifier.py b/lib/verifier.py
       t@@ -167,6 +167,7 @@ class WalletVerifier(threading.Thread):
                            requested_headers.remove(result.get('block_height'))
                        else:
                            self.height = result.get('block_height')
       +                    self.interface.poke('synchronizer')
                        
                        self.pending_headers.sort(key=lambda x: x.get('block_height'))
                        # print "pending headers", map(lambda x: x.get('block_height'), self.pending_headers)