Skip to content

Commit

Permalink
Update generateGenesis.py
Browse files Browse the repository at this point in the history
Changed for clarity
  • Loading branch information
spipm committed Jul 10, 2017
1 parent c42d2d7 commit 56a442c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generateGenesis.py
Expand Up @@ -14,7 +14,7 @@

#print newAddress[:9]
#if newAddress[:9] in coolAddressNames:
print privateKey
print "Private key:\n\t%s" % privateKey
#print publicKey
print compressedPublicKey
print newAddress
print "Compressed public key:\n\t%s" % compressedPublicKey
print "Address:\n\t%s" % newAddress

0 comments on commit 56a442c

Please sign in to comment.