mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +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:
|
case Coin.epicCash:
|
||||||
return "Epic Cash";
|
return "Epic Cash";
|
||||||
case Coin.eCash:
|
case Coin.eCash:
|
||||||
return "E-Cash";
|
return "eCash";
|
||||||
case Coin.ethereum:
|
case Coin.ethereum:
|
||||||
return "Ethereum";
|
return "Ethereum";
|
||||||
case Coin.firo:
|
case Coin.firo:
|
||||||
|
|
Loading…
Reference in a new issue