When block verification fails during syncing, the last 99 blocks are to
be rolled back. Originally we called bc.Rollback() once for each block
being rolled back; a change introduced in e75b4a4
tried to batch this by
calling bc.Rollback() once with 99 hashes, but the hash list
construction had a bug which caused the same tip hash to be added 99
times, instead of the last 99 hashes.
Revert to the old logic, which at least functions correctly, albeit
slower than batched rollback.
pull/1920/head
parent
b73b4c008c
commit
470018e7a0
Loading…
Reference in new issue