Update ingest logic stream to start at Sapling testnet height

This commit is contained in:
mdr0id 2019-06-07 14:10:56 -07:00
parent 1587db121c
commit 4354ec70c0
1 changed files with 3 additions and 2 deletions

View File

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