Updating formatting

This commit is contained in:
mdr0id 2019-09-05 17:30:08 -07:00
parent 42eb73db32
commit 28ed413092
1 changed files with 2 additions and 2 deletions

View File

@ -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