From 3eb746db5c851a523aca1a9b00007e6d924b23d6 Mon Sep 17 00:00:00 2001 From: thomasv Date: Thu, 28 Feb 2013 17:21:30 +0100 Subject: [PATCH] terminate after create or restore --- electrum | 3 +++ 1 file changed, 3 insertions(+) diff --git a/electrum b/electrum index 41a524c9..b69af6cf 100755 --- a/electrum +++ b/electrum @@ -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: