diff --git a/lib/model/coin.dart b/lib/model/coin.dart index 77191794b6..44e5dc347e 100644 --- a/lib/model/coin.dart +++ b/lib/model/coin.dart @@ -128,7 +128,6 @@ class Coin { bool get hasTrezorSupport { if (excludedAssetListTrezor.contains(abbr)) return false; - if (checkSegwitByAbbr(abbr)) return false; if (type == CoinType.utxo) return true; if (type == CoinType.smartChain) return true;