You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -479,7 +478,7 @@ type checkpointAction struct {
479
478
Roundround
480
479
Periodperiod
481
480
Stepstep
482
-
ErrserializableError
481
+
Err*serializableError
483
482
donechanerror// an output channel to let the pseudonode that we're done processing. We don't want to serialize that, since it's not needed in recovery/autopsy
avv.verifyVote(ctx, l, uv, uint64(i), message{}, results) //nolint:errcheck // verifyVote will call EnqueueBacklog, which blocks until the verify task is queued, or returns an error when ctx.Done(), which we are already checking
206
207
}
207
208
208
209
// create verification requests for equivocation votes
avv.verifyEqVote(ctx, l, uev, i, message{}, results)
226
+
avv.verifyEqVote(ctx, l, uev, uint64(i), message{}, results) //nolint:errcheck // verifyVote will call EnqueueBacklog, which blocks until the verify task is queued, or returns an error when ctx.Done(), which we are already checking
0 commit comments