Merge branch 'main' of https://github.com/cake-tech/cake_wallet into bitcoin-derivations

This commit is contained in:
OmarHatem 2024-04-26 05:33:29 +03:00
commit d5dfa46c86

View file

@ -10,7 +10,7 @@ class CryptoCurrency extends EnumerableItem<int> with Serializable<int> implemen
this.fullName,
this.iconPath,
this.tag,
this.enabled = true,
this.enabled = false,
})
: super(title: title, raw: raw);