Browse Source

fix wallet saving

283
ThomasV 9 years ago
parent
commit
93573282bf
  1. 1
      electrum

1
electrum

@ -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

Loading…
Cancel
Save