1
0

fix: create accounts

This commit is contained in:
ThomasV
2014-04-13 18:41:10 +02:00
parent cba7a5d68d
commit 913ef26dd9
2 changed files with 2 additions and 0 deletions

View File

@@ -254,6 +254,7 @@ if __name__ == '__main__':
if not wallet:
sys.exit("Error: Invalid seed")
wallet.save_seed(password)
wallet.create_accounts(password)
if not options.offline:
network = Network(config)