Merge pull request #88 from zcash-hackworks/update-nu5-branch-id

Update NU5 consensus branch ID in ZIP 244 test vectors
This commit is contained in:
str4d 2022-03-23 19:04:09 +00:00 committed by GitHub
commit d56a9cdc45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 91 additions and 91 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -348,7 +348,7 @@ def main():
return bytes(ret)
rand = Rand(randbytes)
consensusBranchId = 0x37519621 # NU5
consensusBranchId = 0xc2d6d0b4 # NU5
test_vectors = []
for _ in range(10):