Skip to content

Commit

Permalink
Update ReverseFullCheckpoint.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech committed Jul 16, 2024
1 parent 953bf7a commit 40471fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ReverseFullCheckpoint.sol
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ contract ReverseFullCheckpoint {
if (blockNumber != 0) {
for (uint256 i = 0; i < finalizedRanges.length; i++) {
if (
blockNumber >= finalizedRanges[i].lastFinalizedNumber &&
blockNumber > finalizedRanges[i].lastFinalizedNumber &&
blockNumber <= finalizedRanges[i].latestFinalizedNumber
) {
return (
Expand Down

0 comments on commit 40471fa

Please sign in to comment.