Post
Topic
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)