electrum

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

commit ef1f649d58f79478b294cc3be1735b3a701d6912
parent 632905dfbeb93a59976d8248c935583eb434dfb2
Author: ThomasV <thomasv@electrum.org>
Date:   Wed, 13 Jan 2016 11:31:23 +0100

fix missing parameter

Diffstat:
Mlib/daemon.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/daemon.py b/lib/daemon.py @@ -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: