1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

all: enable extra_data for komodo

This commit is contained in:
matejcik 2020-03-27 12:39:34 +01:00 committed by Tomas Susanka
parent 4bc0289601
commit 72ef86d79a
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
"3": 1537743641, "3": 1537743641,
"4": 1991772603 "4": 1991772603
}, },
"extra_data": false, "extra_data": true,
"timestamp": false, "timestamp": false,
"confidential_assets": null "confidential_assets": null
} }

View File

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