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:
commit
d56a9cdc45
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
|
@ -348,7 +348,7 @@ def main():
|
|||
return bytes(ret)
|
||||
rand = Rand(randbytes)
|
||||
|
||||
consensusBranchId = 0x37519621 # NU5
|
||||
consensusBranchId = 0xc2d6d0b4 # NU5
|
||||
|
||||
test_vectors = []
|
||||
for _ in range(10):
|
||||
|
|
Loading…
Reference in New Issue