reorg walk back 11 blocks instead of 10

This commit is contained in:
mdr0id 2019-09-15 17:25:12 -07:00
parent 28ed413092
commit ecf43dc353
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ func main() {
for { for {
if reorg_count > 0 { if reorg_count > 0 {
reorg_count = -1 reorg_count = -1
height -= 10 height -= 11
} }
block, err := getBlock(rpcClient, height) block, err := getBlock(rpcClient, height)