electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 5b38ce20ea9cfe71a123ed4366f3bff8060b3673
parent 0f8387dbab58702379f7db0d51b7e1610bf102fe
Author: ThomasV <thomasv@electrum.org>
Date:   Wed,  8 Mar 2017 11:58:25 +0100

follow up previous commit

Diffstat:
Mgui/qt/__init__.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/gui/qt/__init__.py b/gui/qt/__init__.py @@ -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)