Browse Source

terminate after create or restore

master
thomasv 13 years ago
parent
commit
3eb746db5c
  1. 3
      electrum

3
electrum

@ -291,6 +291,9 @@ if __name__ == '__main__':
if password: if password:
wallet.update_password(wallet.seed, None, password) wallet.update_password(wallet.seed, None, password)
# terminate
sys.exit(0)
# open session # open session
if cmd not in offline_commands and not options.offline: if cmd not in offline_commands and not options.offline:

Loading…
Cancel
Save