wallet.path

This commit is contained in:
ThomasV 2012-05-16 19:51:00 +02:00
parent dded634f65
commit 603a74523a
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ if __name__ == '__main__':
wallet.init_mpk(seed) wallet.init_mpk(seed)
if mpk == wallet.master_public_key: if mpk == wallet.master_public_key:
wallet.save() wallet.save()
print "done" print "Done: " + wallet.path
else: else:
print "error: master public key does not match" print "error: master public key does not match"