mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
do not set cmd_runner.wallet when wallet is loaded. closes #4062
This commit is contained in:
parent
b75d82491b
commit
d9c0591425
1 changed files with 0 additions and 1 deletions
|
@ -173,7 +173,6 @@ class Daemon(DaemonThread):
|
|||
elif sub == 'load_wallet':
|
||||
path = config.get_wallet_path()
|
||||
wallet = self.load_wallet(path, config.get('password'))
|
||||
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