mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 08:21:27 +00:00
fix wallet saving
This commit is contained in:
parent
d70ad3df93
commit
93573282bf
1 changed files with 2 additions and 1 deletions
3
electrum
3
electrum
|
@ -256,7 +256,8 @@ def run_offline_command(config, config_options):
|
|||
func = getattr(cmd_runner, cmd.name)
|
||||
result = func(*args)
|
||||
# save wallet
|
||||
wallet.storage.write()
|
||||
if wallet:
|
||||
wallet.storage.write()
|
||||
return result
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue