URI: 
       tfix - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 95a2881a8ccdef6d37f9180cbb06f4286d3edb6e
   DIR parent 67097d279581c413fb40bfbd013fad669d1476e4
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sat, 31 Mar 2012 14:58:38 +0200
       
       fix
       
       Diffstat:
         M client/electrum                     |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/client/electrum b/client/electrum
       t@@ -138,6 +138,8 @@ if __name__ == '__main__':
                    WalletSynchronizer(wallet).start()
                    print "recovering wallet..."
                    wallet.init_mpk( wallet.seed )
       +            wallet.up_to_date_event.clear()
       +            wallet.up_to_date = False
                    wallet.update()
                    if wallet.is_found():
                        wallet.fill_addressbook()