Skip to content

Instantly share code, notes, and snippets.

@matiasvillaverde
Created December 18, 2017 15:41
Show Gist options
  • Save matiasvillaverde/5649e917790b98b3c1b0cfda815dd6d7 to your computer and use it in GitHub Desktop.
Save matiasvillaverde/5649e917790b98b3c1b0cfda815dd6d7 to your computer and use it in GitHub Desktop.
func NewGenesisBlock() -> Block {
return Block(timestamp: Date(), data: "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks", previousBlockHash: 0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment