mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
format: black uppercase of hex constant
This commit is contained in:
parent
1f7a405cb2
commit
50b302dfec
@ -84,7 +84,7 @@ class TestMsgSigntxZcash(TrezorTest):
|
||||
version=3,
|
||||
overwintered=True,
|
||||
version_group_id=0x3C48270,
|
||||
branch_id=0x5ba81b19,
|
||||
branch_id=0x5BA81B19,
|
||||
)
|
||||
_, serialized_tx = btc.sign_tx(
|
||||
self.client,
|
||||
@ -151,7 +151,7 @@ class TestMsgSigntxZcash(TrezorTest):
|
||||
version=4,
|
||||
overwintered=True,
|
||||
version_group_id=0x892F2085,
|
||||
branch_id=0x76b809bb,
|
||||
branch_id=0x76B809BB,
|
||||
)
|
||||
_, serialized_tx = btc.sign_tx(
|
||||
self.client,
|
||||
|
Loading…
Reference in New Issue
Block a user