1
0

new methods: init_menubar and load_wallet

This commit is contained in:
thomasv
2013-05-15 10:53:49 +02:00
committed by Maran
parent fd5ee59a29
commit 4a60db9733
2 changed files with 59 additions and 28 deletions

View File

@@ -1037,6 +1037,7 @@ class WalletSynchronizer(threading.Thread):
threading.Thread.__init__(self)
self.daemon = True
self.wallet = wallet
wallet.synchronizer = self
self.interface = self.wallet.interface
self.interface.register_channel('synchronizer')
self.wallet.interface.register_callback('connected', lambda: self.wallet.set_up_to_date(False))