Skip to content

Commit 9a09230

Browse files
Update pkg/cmd/run_node.go
Co-authored-by: Marko <marko@baricevic.me>
1 parent 9f87902 commit 9a09230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/run_node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func StartNode(
137137

138138
// sanity check for based sequencer
139139
if nodeConfig.Node.BasedSequencer && genesis.DAStartHeight == 0 {
140-
return fmt.Errorf("A based sequencer requires DAStartHeight to be set in genesis. This value should be identical for all nodes of the chain")
140+
return fmt.Errorf("based sequencing requires DAStartHeight to be set in genesis. This value should be identical for all nodes of the chain")
141141
}
142142

143143
metrics := node.DefaultMetricsProvider(nodeConfig.Instrumentation)

0 commit comments

Comments
 (0)