Update ingest logic stream to start at actual Sapling testnet height
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user