mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-22 02:34:59 +00:00
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into bitcoin-derivations
This commit is contained in:
commit
d5dfa46c86
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue