trm comment - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 33dbc917b0c8f9f61099580d47a9aebdf19a6821 DIR parent 34fb60ba398a3a84acddb9b171c7916b25fcf4d1 HTML Author: ThomasV <thomasv@gitorious> Date: Fri, 23 Mar 2012 19:09:25 +0100 rm comment Diffstat: M client/gui_qt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git a/client/gui_qt.py b/client/gui_qt.py t@@ -924,6 +924,7 @@ class ElectrumGui(): if not ElectrumWindow.network_dialog( wallet, parent=None ): return False if not is_recovery: + wallet.new_seed(None) wallet.init_mpk( wallet.seed ) wallet.up_to_date_event.clear() t@@ -935,8 +936,7 @@ class ElectrumGui(): else: # ask for seed and gap. if not ElectrumWindow.seed_dialog( wallet ): return False - wallet.init_mpk( wallet.seed ) # not encrypted at this point - #wallet.synchronize() + wallet.init_mpk( wallet.seed ) wallet.up_to_date_event.clear() wallet.update()