Commit 38f898fb authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

op-supervisor: Update todo to reference new ticket (#11092)

parent 06cab078
......@@ -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)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment