From: ThomasV Date: Sun, 27 Apr 2014 11:24:31 +0000 (+0200) Subject: fix: add_seed X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=commitdiff_plain;h=63769c84d11d0d087b7d2ac9a03ee217109ded22 fix: add_seed --- diff --git a/electrum b/electrum index b98acec..19f5d30 100755 --- 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)