terminate after create or restore

This commit is contained in:
thomasv 2013-02-28 17:21:30 +01:00
parent b302aa59d1
commit 3eb746db5c
1 changed files with 3 additions and 0 deletions

View File

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