Skip to content

Commit 00d5e63

Browse files
committed
fix
1 parent 5b9270b commit 00d5e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposer/op/proposer/prove.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func (l *L2OutputSubmitter) RetryRequest(req *ent.ProofRequest, status ProofStat
7878
return err
7979
}
8080

81-
// TODO: Once execution errors are added, update this to retry only when there's an execution error returned on
81+
// TODO: Once execution errors are added, update this to split the range only when there's an execution error returned on
8282
// a SPAN proof.
8383
// Retry same request.
8484
err = l.db.NewEntry(req.Type, req.StartBlock, req.EndBlock)

0 commit comments

Comments
 (0)