We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b448b commit 2017931Copy full SHA for 2017931
bip-0158/gentestvectors.go
@@ -290,12 +290,10 @@ func main() {
290
fmt.Println("Error writing test case to output: ", err.Error())
291
return
292
}
293
- }
294
-
295
- prevBasicHeader = basicHeader
296
297
- if uint32(height) == testBlockHeights[testBlockIndex].height {
298
testBlockIndex++
299
+
+ prevBasicHeader = basicHeader
300
301
0 commit comments