common/defs: enable extra_data for FLO

pull/1201/head
Pavol Rusnak 4 years ago
parent b3d483dd6b
commit 534695313c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

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

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

Loading…
Cancel
Save