From d59ffe553f5bad7f1106a9dd163b718e15fd09a9 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 25 May 2020 16:14:05 +0200 Subject: [PATCH] make gen --- core/src/apps/common/coininfo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/apps/common/coininfo.py b/core/src/apps/common/coininfo.py index 1851e434d..c8cd5ad21 100644 --- a/core/src/apps/common/coininfo.py +++ b/core/src/apps/common/coininfo.py @@ -966,9 +966,9 @@ def by_name(name: str) -> CoinInfo: decred=False, negative_fee=False, curve_name='secp256k1', - extra_data=False, + extra_data=True, timestamp=False, - overwintered=False, + overwintered=True, confidential_assets=None, ) elif name == "Litecoin":