mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
fix: eCash display name
This commit is contained in:
parent
1a8aefa45c
commit
da522128de
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ extension CoinExt on Coin {
|
|||
case Coin.epicCash:
|
||||
return "Epic Cash";
|
||||
case Coin.eCash:
|
||||
return "E-Cash";
|
||||
return "eCash";
|
||||
case Coin.ethereum:
|
||||
return "Ethereum";
|
||||
case Coin.firo:
|
||||
|
|
Loading…
Reference in a new issue