sammoon

Newbie
2
Posts
31
Reputation
Aug 25, 2023
Joined
Recent posts
  • I tested modifying the value of `const char* pszTimestamp` and it printed different results using `assert(consensus.hashGenesisBlock)`. I'm not sure if this is correct.

  • So I've been wondering why every `genesis.hashMerkleRoot` in the Bitcoin network is identical, but the `consensus.hashGenesisBlock` values that get printed out are different? What’s going on with this implementation?