Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix(prover): fix onBlockProposed reorg detection (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Aug 3, 2023
1 parent 52b7fbe commit b38127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func (p *Prover) onBlockProposed(
p.lastHandledBlockID = lastHandledBlockIDToReset.Uint64()
}
p.reorgDetectedFlag = true

end()
return nil
}

Expand Down

0 comments on commit b38127a

Please sign in to comment.