mirror of
https://github.com/bitcoin/bips.git
synced 2026-04-06 16:16:45 +00:00
Update gentestvectors.go
This commit is contained in:
@@ -290,12 +290,10 @@ func main() {
|
|||||||
fmt.Println("Error writing test case to output: ", err.Error())
|
fmt.Println("Error writing test case to output: ", err.Error())
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
testBlockIndex++
|
||||||
}
|
}
|
||||||
|
|
||||||
prevBasicHeader = basicHeader
|
prevBasicHeader = basicHeader
|
||||||
|
|
||||||
if uint32(height) == testBlockHeights[testBlockIndex].height {
|
|
||||||
testBlockIndex++
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user