Update ingest logic stream to start at actual Sapling testnet height
This commit is contained in:
parent
4354ec70c0
commit
31576ff5fc
|
@ -120,8 +120,8 @@ func main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
//ingest from Sapling testnet height
|
//ingest from Sapling testnet height
|
||||||
if height < 252500 {
|
if height < 280000 {
|
||||||
height = 252500
|
height = 280000
|
||||||
log.WithFields(logrus.Fields{
|
log.WithFields(logrus.Fields{
|
||||||
"error": err,
|
"error": err,
|
||||||
}).Warn("invalid current height read from local db storage")
|
}).Warn("invalid current height read from local db storage")
|
||||||
|
|
Loading…
Reference in New Issue