We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941455f commit df9e10eCopy full SHA for df9e10e
chain/sync.go
@@ -168,10 +168,10 @@ func (syncer *Syncer) Start() {
168
169
syncer.tickerCtxCancel = tickerCtxCancel
170
171
- go syncer.runMetricsTricker(tickerCtx)
+ go syncer.runMetricsTicker(tickerCtx)
172
}
173
174
-func (syncer *Syncer) runMetricsTricker(tickerCtx context.Context) {
+func (syncer *Syncer) runMetricsTicker(tickerCtx context.Context) {
175
genesisTime := time.Unix(int64(syncer.Genesis.MinTimestamp()), 0)
176
ticker := build.Clock.Ticker(time.Duration(buildconstants.BlockDelaySecs) * time.Second)
177
defer ticker.Stop()
0 commit comments