1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 06:18:07 +00:00

Enable extra_data for Zcoin. Changed coininfo.py

This commit is contained in:
Andrey 2020-06-12 17:41:18 +04:00 committed by matejcik
parent 49bc623a84
commit 1eeaa1e5cf

View File

@ -1798,7 +1798,7 @@ def by_name(name: str) -> CoinInfo:
decred=False,
negative_fee=False,
curve_name='secp256k1',
extra_data=False,
extra_data=True,
timestamp=False,
overwintered=False,
confidential_assets=None,
@ -1824,7 +1824,7 @@ def by_name(name: str) -> CoinInfo:
decred=False,
negative_fee=False,
curve_name='secp256k1',
extra_data=False,
extra_data=True,
timestamp=False,
overwintered=False,
confidential_assets=None,