@ -256,6 +256,7 @@ def run_offline_command(config, config_options):
func = getattr(cmd_runner, cmd.name)
result = func(*args)
# save wallet
if wallet:
wallet.storage.write()
return result