1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-12-29 14:48:45 +00:00

Update gentestvectors.go

This commit is contained in:
maradini77 2025-12-14 17:54:59 +01:00 committed by GitHub
parent 6ce21f4eae
commit 76059ea230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,12 +290,10 @@ func main() {
fmt.Println("Error writing test case to output: ", err.Error())
return
}
testBlockIndex++
}
prevBasicHeader = basicHeader
if uint32(height) == testBlockHeights[testBlockIndex].height {
testBlockIndex++
}
}
}