Post
Topic
Board Announcements (Altcoins)
Re: [ANN][0.8.6.5] Hirocoin - X11 - Hardfork at Block 287,500 - **New Dev**
by
raveneye
on 22/09/2014, 16:08:35 UTC
It looks like ConnectBlock is passing a pointer to the current block index to GetBlockValue.
CreateNewBlock is passing a pointer to the previous block index to GetBlockValue.

This is causing them to generate different coinbase amounts, and ConnectBlock is rejecting the block created by CreateNewBlock.