Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
5543323
Topic
439389
Board
Altcoin Discussion
Re: Creating hashMerkleRoot and hashGenesisBlock
by
MijntjeGoud
on
06/03/2014, 09:47:08 UTC
well it says if (false && block.GetHash()! = Hashgenesisblock)
this has to be: if (true && block.GetHash()! = Hashgenesisblock)