Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Aug 16, 2023
1 parent 13d5ddb commit 56465ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export async function getFirstBlockForL1Block({
const l1Block = await getL1Block(mid)

// If the midpoint matches the target, we've found a match.
// Adjust the range to search for the first.
// Adjust the range to search for the first occurrence.
if (l1Block === forL1Block) {
end = mid - 1
} else if (l1Block < forL1Block) {
Expand Down

0 comments on commit 56465ed

Please sign in to comment.