Skip to content

Commit

Permalink
op-supervisor: Update todo to reference new ticket (ethereum-optimism…
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton authored Jul 8, 2024
1 parent 06cab07 commit 38f898f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-supervisor/supervisor/backend/db/entries.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func newInitiatingEventFromEntry(data entrydb.Entry) (initiatingEvent, error) {
func newInitiatingEvent(pre logContext, blockNum uint64, logIdx uint32, logHash TruncatedHash, hasExecMsg bool) (initiatingEvent, error) {
blockDiff := blockNum - pre.blockNum
if blockDiff > math.MaxUint8 {
// TODO(optimism#10857): Need to find a way to support this.
// TODO(optimism#11091): Need to find a way to support this.
return initiatingEvent{}, fmt.Errorf("too many block skipped between %v and %v", pre.blockNum, blockNum)
}

Expand Down

0 comments on commit 38f898f

Please sign in to comment.