Skip to content

Instantly share code, notes, and snippets.

@hackrio1
Created August 16, 2018 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hackrio1/1230d496370e3e74c265a50d0dc4060a to your computer and use it in GitHub Desktop.
Save hackrio1/1230d496370e3e74c265a50d0dc4060a to your computer and use it in GitHub Desktop.
genesis_block[1] = "Y paid $100 to X"
genesis_block_hash = get_hash_itself(genesis_block)
print "genesis_block_hash:", genesis_block_hash
print "block1_parent_hash:", get_parent_hash(block1)
@karnel24
Copy link

genesis_block[1] = "Y paid $100 to X"
How can we change the transaction which is stored in a tuple?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment