tfix missing parameter - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit ef1f649d58f79478b294cc3be1735b3a701d6912
 (DIR) parent 632905dfbeb93a59976d8248c935583eb434dfb2
 (HTM) Author: ThomasV <thomasv@electrum.org>
       Date:   Wed, 13 Jan 2016 11:31:23 +0100
       
       fix missing parameter
       
       Diffstat:
         M lib/daemon.py                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/lib/daemon.py b/lib/daemon.py
       t@@ -120,7 +120,7 @@ class Daemon(DaemonThread):
                    response = "Error: Electrum is running in daemon mode. Please stop the daemon first."
                return response
        
       -    def load_wallet(self, path, get_wizard):
       +    def load_wallet(self, path, get_wizard=None):
                if path in self.wallets:
                    wallet = self.wallets[path]
                else: