1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00

common/defs: enable extra_data for XSN (#1208)

This commit is contained in:
Alexis Hernandez 2020-08-20 12:40:30 -06:00 committed by GitHub
parent dd540a2ccd
commit 96c38315df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
"negative_fee": false,
"cooldown": 100,
"consensus_branch_id": null,
"extra_data": false,
"extra_data": true,
"timestamp": false,
"confidential_assets": null
}

View File

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