Browse Source

reorg walk back 11 blocks instead of 10

service_pr
mdr0id 5 years ago
parent
commit
ecf43dc353
  1. 2
      cmd/ingest/main.go

2
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)

Loading…
Cancel
Save