diff --git a/cmd/ingest/main.go b/cmd/ingest/main.go index da100f5..8771fec 100644 --- a/cmd/ingest/main.go +++ b/cmd/ingest/main.go @@ -136,7 +136,7 @@ func main() { for { if reorg_count > 0 { reorg_count = -1 - height -= 10 + height -= 11 } block, err := getBlock(rpcClient, height)