79375514

Date: 2025-01-21 18:16:59
Score: 0.5
Natty:
Report link

I believe I figured it out. I added the genesis block, but I was mistakenly trying to add transactions to the genesis block instead of adding them to the next block, which would be the first block after the genesis block. The issue was that I had the next block set with an index of 1 and a previous hash of 0. Once I switched to using a block index of 2 and a previous hash of the genesis block, all my tests passed.

Reasons:
  • Whitelisted phrase (-2): I figured it out
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: CodingApperentice