1
0

better seed dialog + fix bug with restore

This commit is contained in:
thomasv
2013-04-10 11:53:13 +02:00
parent 21c0578ca8
commit f32f85fb78
2 changed files with 26 additions and 31 deletions

View File

@@ -136,10 +136,7 @@ if __name__ == '__main__':
if a =='create':
wallet.init_seed(None)
# display seed
gui.show_seed()
# retype seed
if not gui.verify_seed():
exit()
@@ -155,6 +152,7 @@ if __name__ == '__main__':
wallet.init_sequence(str(seed))
else:
wallet.init_seed(str(seed))
wallet.save_seed()
# select a server.
s = gui.network_dialog()