mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
Merge branch 'master' of github.com:spesmilo/electrum
This commit is contained in:
commit
afd39b2f42
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class Daemon(DaemonThread):
|
||||||
path = config.get_wallet_path()
|
path = config.get_wallet_path()
|
||||||
wallet = self.load_wallet(path, config.get('password'))
|
wallet = self.load_wallet(path, config.get('password'))
|
||||||
self.cmd_runner.wallet = wallet
|
self.cmd_runner.wallet = wallet
|
||||||
response = True
|
response = wallet is not None
|
||||||
elif sub == 'close_wallet':
|
elif sub == 'close_wallet':
|
||||||
path = config.get_wallet_path()
|
path = config.get_wallet_path()
|
||||||
if path in self.wallets:
|
if path in self.wallets:
|
||||||
|
|
Loading…
Add table
Reference in a new issue