We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f87902 commit 9a09230Copy full SHA for 9a09230
1 file changed
pkg/cmd/run_node.go
@@ -137,7 +137,7 @@ func StartNode(
137
138
// sanity check for based sequencer
139
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")
+ return fmt.Errorf("based sequencing requires DAStartHeight to be set in genesis. This value should be identical for all nodes of the chain")
141
}
142
143
metrics := node.DefaultMetricsProvider(nodeConfig.Instrumentation)
0 commit comments