1
0
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:
Pavol Rusnak 2019-01-31 21:22:51 +01:00
parent 1f7a405cb2
commit 50b302dfec
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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,