mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
ecash from ticker fix
This commit is contained in:
parent
37259643ab
commit
98ce9701a5
1 changed files with 2 additions and 0 deletions
|
@ -424,6 +424,8 @@ Coin coinFromTickerCaseInsensitive(String ticker) {
|
||||||
return Coin.dogecoin;
|
return Coin.dogecoin;
|
||||||
case "epic":
|
case "epic":
|
||||||
return Coin.epicCash;
|
return Coin.epicCash;
|
||||||
|
case "xec":
|
||||||
|
return Coin.eCash;
|
||||||
case "eth":
|
case "eth":
|
||||||
return Coin.ethereum;
|
return Coin.ethereum;
|
||||||
case "firo":
|
case "firo":
|
||||||
|
|
Loading…
Reference in a new issue