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
// Check if sequencer is running and is actually a sequencer
144
-
ifsequencer.Spec.NodeType!="sequencer" {
149
+
ifsequencer.Spec.NodeType!=NodeTypeSequencer {
145
150
utils.SetCondition(&opBatcher.Status.Conditions, "SequencerReference", metav1.ConditionFalse, "InvalidSequencer", "Referenced OpNode is not a sequencer")
0 commit comments