|
|
@ -623,7 +623,6 @@ class ElectrumWindow(App, Logger): |
|
|
|
return '' |
|
|
|
|
|
|
|
def on_wizard_success(self, storage, db, password): |
|
|
|
if storage: |
|
|
|
self.password = password |
|
|
|
wallet = Wallet(db, storage, config=self.electrum_config) |
|
|
|
wallet.start_network(self.daemon.network) |
|
|
|