follow up previous commit

This commit is contained in:
ThomasV 2017-03-08 11:58:25 +01:00
parent 0f8387dbab
commit 5b38ce20ea
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@ class ElectrumGui:
wallet = wizard.run_and_get_wallet()
if not wallet:
return
wallet.start_threads(self.daemon.network)
self.daemon.add_wallet(wallet)
w = self.create_window_for_wallet(wallet)
if uri:
w.pay_to_URI(uri)