We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9270b commit 00d5e63Copy full SHA for 00d5e63
proposer/op/proposer/prove.go
@@ -78,7 +78,7 @@ func (l *L2OutputSubmitter) RetryRequest(req *ent.ProofRequest, status ProofStat
78
return err
79
}
80
81
- // TODO: Once execution errors are added, update this to retry only when there's an execution error returned on
+ // TODO: Once execution errors are added, update this to split the range only when there's an execution error returned on
82
// a SPAN proof.
83
// Retry same request.
84
err = l.db.NewEntry(req.Type, req.StartBlock, req.EndBlock)
0 commit comments