fix: add_seed
authorThomasV <thomasv@gitorious>
Sun, 27 Apr 2014 11:24:31 +0000 (13:24 +0200)
committerThomasV <thomasv@gitorious>
Sun, 27 Apr 2014 11:24:31 +0000 (13:24 +0200)
electrum

index b98acec..19f5d30 100755 (executable)
--- a/electrum
+++ b/electrum
@@ -274,7 +274,7 @@ if __name__ == '__main__':
             if not config.get('2of3'):
                 wallet = Wallet(storage)
                 seed = wallet.make_seed()
-                wallet.save_seed(seed, password)
+                wallet.add_seed(seed, password)
                 wallet.create_accounts(password)
                 wallet.synchronize()
                 print_msg("Your wallet generation seed is:\n\"%s\"" % seed)