mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 16:00:57 +00:00
common/defs: enable extra_data for XSN (#1208)
This commit is contained in:
parent
dd540a2ccd
commit
96c38315df
@ -40,7 +40,7 @@
|
|||||||
"negative_fee": false,
|
"negative_fee": false,
|
||||||
"cooldown": 100,
|
"cooldown": 100,
|
||||||
"consensus_branch_id": null,
|
"consensus_branch_id": null,
|
||||||
"extra_data": false,
|
"extra_data": true,
|
||||||
"timestamp": false,
|
"timestamp": false,
|
||||||
"confidential_assets": null
|
"confidential_assets": null
|
||||||
}
|
}
|
||||||
|
@ -1486,7 +1486,7 @@ def by_name(name: str) -> CoinInfo:
|
|||||||
decred=False,
|
decred=False,
|
||||||
negative_fee=False,
|
negative_fee=False,
|
||||||
curve_name='secp256k1',
|
curve_name='secp256k1',
|
||||||
extra_data=False,
|
extra_data=True,
|
||||||
timestamp=False,
|
timestamp=False,
|
||||||
overwintered=False,
|
overwintered=False,
|
||||||
confidential_assets=None,
|
confidential_assets=None,
|
||||||
|
Loading…
Reference in New Issue
Block a user