save cold seed

This commit is contained in:
ThomasV 2014-04-09 08:00:49 +02:00
parent 1751c3ac7f
commit e0ad81acdd
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ if __name__ == '__main__':
else:
wallet = Wallet_2of3(storage)
cold_seed = wallet.init_cold_seed()
wallet.save_cold_seed()
print_msg("Your cold seed is:\n\"%s\"" % cold_seed)
print_msg("Please store it on paper. ")
print_msg("Open this file on your online computer to complete your wallet creation.")