File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
2828 "github.com/evstack/ev-node/pkg/telemetry"
2929)
3030
31- // ParseConfig is an helpers that loads the node configuration and validates it.
31+ // ParseConfig is a helper that loads the node configuration and validates it.
3232func ParseConfig (cmd * cobra.Command ) (rollconf.Config , error ) {
3333 nodeConfig , err := rollconf .Load (cmd )
3434 if err != nil {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const (
1111 // It avoids to walk over the HeightToDAHeightKey to find the first DA included height.
1212 GenesisDAHeightKey = "gdh"
1313
14- // HeightToDAHeightKey is the key prefix used for persisting the mapping from a Evolve height
14+ // HeightToDAHeightKey is the key prefix used for persisting the mapping from an Evolve height
1515 // to the DA height where the block's header/data was included.
1616 // Full keys are like: rhb/<evolve_height>/h and rhb/<evolve_height>/d
1717 HeightToDAHeightKey = "rhb"
You can’t perform that action at this time.
0 commit comments