1
0

synchronize after creation

This commit is contained in:
ThomasV
2011-12-18 23:02:59 +01:00
parent 29ee4d5a28
commit bcee01f4bb
2 changed files with 2 additions and 2 deletions

View File

@@ -767,7 +767,7 @@ if __name__ == '__main__':
print "Your seed is", wallet.seed
print "Please store it safely"
# generate first key
wallet.create_new_address2(False)
wallet.synchronize()
# check syntax
if cmd in ['payto', 'mktx']: