From 534695313cb0dea042dff2479314050331596028 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 24 Aug 2020 11:05:51 +0200 Subject: [PATCH] common/defs: enable extra_data for FLO --- common/defs/bitcoin/florincoin.json | 2 +- core/src/apps/common/coininfo.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/defs/bitcoin/florincoin.json b/common/defs/bitcoin/florincoin.json index a40a1243d..d0a835e72 100644 --- a/common/defs/bitcoin/florincoin.json +++ b/common/defs/bitcoin/florincoin.json @@ -39,7 +39,7 @@ "negative_fee": false, "cooldown": 100, "consensus_branch_id": null, - "extra_data": false, + "extra_data": true, "timestamp": false, "confidential_assets": null } diff --git a/core/src/apps/common/coininfo.py b/core/src/apps/common/coininfo.py index 5f0630a14..e46263def 100644 --- a/core/src/apps/common/coininfo.py +++ b/core/src/apps/common/coininfo.py @@ -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,