commit 3eb746db5c851a523aca1a9b00007e6d924b23d6
parent b302aa59d1535cf4e75a72544b762ecd139c223b
Author: thomasv <thomasv@gitorious>
Date: Thu, 28 Feb 2013 17:21:30 +0100
terminate after create or restore
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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: