Browse Source

Update ingest logic stream to start at Sapling testnet height

remove_0mq
mdr0id 5 years ago
parent
commit
4354ec70c0
  1. 5
      cmd/ingest/main.go

5
cmd/ingest/main.go

@ -119,8 +119,9 @@ func main() {
}
if height < 0 {
height = 0
//ingest from Sapling testnet height
if height < 252500 {
height = 252500
log.WithFields(logrus.Fields{
"error": err,
}).Warn("invalid current height read from local db storage")

Loading…
Cancel
Save