1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-22 05:10:56 +00:00

tests: pass branch_id in zcash tests

This commit is contained in:
Pavol Rusnak 2019-01-31 21:07:53 +01:00
parent f236eb9cf2
commit 1f7a405cb2
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 9 additions and 3 deletions

View File

@ -81,7 +81,10 @@ class TestMsgSigntxZcash(TrezorTest):
)
details = proto.SignTx(
version=3, overwintered=True, version_group_id=0x3C48270
version=3,
overwintered=True,
version_group_id=0x3C48270,
branch_id=0x5ba81b19,
)
_, serialized_tx = btc.sign_tx(
self.client,
@ -145,7 +148,10 @@ class TestMsgSigntxZcash(TrezorTest):
)
details = proto.SignTx(
version=4, overwintered=True, version_group_id=0x892F2085
version=4,
overwintered=True,
version_group_id=0x892F2085,
branch_id=0x76b809bb,
)
_, serialized_tx = btc.sign_tx(
self.client,

@ -1 +1 @@
Subproject commit 495b35e212f48ea2ac9e356febd5a49c3ee5254b
Subproject commit 4b41d2e63841517bf701618434c018acf4f1bca2