Skip to content

Instantly share code, notes, and snippets.

@cx0der
Created August 12, 2018 14:41
Embed
What would you like to do?
Genesis Block
def mine_genesis_block ():
timestamp = time.time()
return mine_block(0, "0", timestamp, "Genisis Block")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment