Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Jan 24, 2024
2 parents 6493a32 + 3d026ac commit 5a266a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ func (s *BlockChainAPI) arbClassicL1BlockNumber(ctx context.Context, block *type
}
i++
blockNum = startBlockNum - i
if i > 5 {
if i > 50 {
return 0, fmt.Errorf("couldn't find block with transactions. Reached %d", blockNum)
}
var err error
Expand Down

0 comments on commit 5a266a5

Please sign in to comment.