Creepsky/creepMiner

CR: adjust blockheight comparison

ohager opened this issue · 0 comments

(This is just for me - I'll provide a fix)

Miner.cpp line 544 (510 1.7)
Quick fix is != instead of >

A block is then detected whenever blockheight changes, but this is just a quick fix. A better solution would be to compare gensigs. Every time gensig changes run a new block.
(Reported by @nlitend1 from discord)