X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=lib%2Fgui_qt.py;h=38b65b39aee79001c737f671fec91bc1dfd30962;hb=2da0c0b77e109ba48321519870e78e223f291403;hp=f93ee3c17fd7a4563a566097342f67a6a199d9cd;hpb=1212982fec1b93332a736447cb6092472af945d2;p=electrum-nvc.git diff --git a/lib/gui_qt.py b/lib/gui_qt.py index f93ee3c..38b65b3 100644 --- a/lib/gui_qt.py +++ b/lib/gui_qt.py @@ -207,7 +207,7 @@ class ElectrumWindow(QMainWindow): QMainWindow.__init__(self) self.wallet = wallet self.config = config - self.wallet.register_callback(self.update_callback) + self.wallet.interface.register_callback(self.update_callback) self.detailed_view = config.get('qt_detailed_view', False) @@ -1577,7 +1577,7 @@ class ElectrumGui: wallet.init_mpk( wallet.seed ) wallet.up_to_date_event.clear() wallet.up_to_date = False - wallet.interface.poke() + wallet.interface.poke('synchronizer') waiting_dialog(waiting) # run a dialog indicating the seed, ask the user to remember it ElectrumWindow.show_seed_dialog(wallet) @@ -1589,7 +1589,7 @@ class ElectrumGui: wallet.init_mpk( wallet.seed ) wallet.up_to_date_event.clear() wallet.up_to_date = False - wallet.interface.poke() + wallet.interface.poke('synchronizer') waiting_dialog(waiting) if wallet.is_found(): # history and addressbook