This commit is contained in:
thomasv 2013-09-13 14:43:53 +02:00
parent cc130f2930
commit a96a7c8db2
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ class ElectrumWindow(QMainWindow):
# create new wallet
wallet = Wallet(storage)
wallet.start_threads(network)
wallet.start_threads(self.network)
self.load_wallet(wallet)