trevert previous commit, use #4062 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 032f40640ecbdf2c38cf5987888057ccb2e05bcc DIR parent d9c05914256d7f46b1004d07011324045e065a8f HTML Author: ThomasV <thomasv@electrum.org> Date: Sun, 25 Mar 2018 23:38:55 +0200 revert previous commit, use #4062 Diffstat: M lib/daemon.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) --- DIR diff --git a/lib/daemon.py b/lib/daemon.py t@@ -173,6 +173,8 @@ class Daemon(DaemonThread): elif sub == 'load_wallet': path = config.get_wallet_path() wallet = self.load_wallet(path, config.get('password')) + if wallet is not None: + self.cmd_runner.wallet = wallet response = wallet is not None elif sub == 'close_wallet': path = config.get_wallet_path()