fix: deseed

This commit is contained in:
thomasv 2013-02-27 18:01:58 +01:00
parent 5ed63be948
commit 75d2fbcd74
1 changed files with 1 additions and 0 deletions

View File

@ -450,6 +450,7 @@ if __name__ == '__main__':
if raw_input("Are you sure you want to continue? (y/n) ") in ['y','Y','yes']:
wallet.config.path = ns
wallet.seed = ''
wallet.use_encryption = False
wallet.config.set_key('seed','', True)
for k in wallet.imported_keys.keys(): wallet.imported_keys[k] = ''
wallet.save()