URI: 
       tfollow up previous commit - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 5b38ce20ea9cfe71a123ed4366f3bff8060b3673
   DIR parent 0f8387dbab58702379f7db0d51b7e1610bf102fe
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Wed,  8 Mar 2017 11:58:25 +0100
       
       follow up previous commit
       
       Diffstat:
         M gui/qt/__init__.py                  |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/gui/qt/__init__.py b/gui/qt/__init__.py
       t@@ -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)