mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
revert previous commit, use #4062
This commit is contained in:
parent
d9c0591425
commit
032f40640e
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue