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
1
electrum
1
electrum
|
@ -256,6 +256,7 @@ def run_offline_command(config, config_options):
|
||||||
func = getattr(cmd_runner, cmd.name)
|
func = getattr(cmd_runner, cmd.name)
|
||||||
result = func(*args)
|
result = func(*args)
|
||||||
# save wallet
|
# save wallet
|
||||||
|
if wallet:
|
||||||
wallet.storage.write()
|
wallet.storage.write()
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue