Update crypto_currency.dart

Omar Hatem committed Apr 26, 2024 at 05:32 UTC a5a3b4ac0ee0392fd0823f1752536fd04654a49a
1 file changed +1 -1
cw_core/lib/crypto_currency.dart
+1 -1
@@ -10,7 +10,7 @@ class CryptoCurrency extends EnumerableItem<int> with Serializable<int> implemen
10 this.fullName,
11 this.iconPath,
12 this.tag,
13 - this.enabled = true,
13 + this.enabled = false,
14 })
15 : super(title: title, raw: raw);
16