follow up previous commit
This commit is contained in:
@@ -161,6 +161,8 @@ class ElectrumGui:
|
|||||||
wallet = wizard.run_and_get_wallet()
|
wallet = wizard.run_and_get_wallet()
|
||||||
if not wallet:
|
if not wallet:
|
||||||
return
|
return
|
||||||
|
wallet.start_threads(self.daemon.network)
|
||||||
|
self.daemon.add_wallet(wallet)
|
||||||
w = self.create_window_for_wallet(wallet)
|
w = self.create_window_for_wallet(wallet)
|
||||||
if uri:
|
if uri:
|
||||||
w.pay_to_URI(uri)
|
w.pay_to_URI(uri)
|
||||||
|
|||||||
Reference in New Issue
Block a user