Update ingest logic stream to start at Sapling testnet height
This commit is contained in:
@@ -119,8 +119,9 @@ func main() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if height < 0 {
|
//ingest from Sapling testnet height
|
||||||
height = 0
|
if height < 252500 {
|
||||||
|
height = 252500
|
||||||
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