diff --git a/cmd/ingest/main.go b/cmd/ingest/main.go index 97aa7cb..da100f5 100644 --- a/cmd/ingest/main.go +++ b/cmd/ingest/main.go @@ -115,7 +115,7 @@ func main() { if err != nil { log.WithFields(logrus.Fields{ "error": err, - }).Warn("unable to get current height from local db storage") + }).Warn("unable to get current height from local db storage") height = 0 } @@ -125,7 +125,7 @@ func main() { height = 280000 log.WithFields(logrus.Fields{ "error": err, - }).Warn("invalid current height read from local db storage") + }).Warn("invalid current height read from local db storage") } timeout_count := 0