Skip to content

Commit a976da9

Browse files
committed
lint
1 parent 168d73b commit a976da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sequencers/single/sequencer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func NewSequencer(
7474
fiRetriever: fiRetriever,
7575
checkpointStore: seqcommon.NewCheckpointStore(db, ds.NewKey("/single/checkpoint")),
7676
}
77-
s.SetDAHeight(genesis.DAStartHeight) // default value, will be overriden by executor or submitter
77+
s.SetDAHeight(genesis.DAStartHeight) // default value, will be overridden by executor or submitter
7878

7979
loadCtx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
8080
defer cancel()

0 commit comments

Comments
 (0)