1
0

return True in retore_wallet

This commit is contained in:
ThomasV
2012-11-23 19:31:45 +01:00
parent acbfa77af5
commit a79cda99e5
2 changed files with 4 additions and 2 deletions

View File

@@ -222,7 +222,8 @@ if __name__ == '__main__':
wallet.init_mpk( wallet.seed )
# generate the first addresses, in case we are offline
wallet.synchronize()
if s is None or a == 'create':
wallet.synchronize()
if a == 'create':
# display seed
gui.show_seed()