mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
Fix error with Stellar pretty name not found
This commit is contained in:
parent
3c05c568eb
commit
d785a2ef83
1 changed files with 1 additions and 0 deletions
|
@ -502,6 +502,7 @@ Coin coinFromPrettyName(String name) {
|
|||
|
||||
case "Stellar Testnet":
|
||||
case "stellarTestnet":
|
||||
case "stellarTestNet":
|
||||
case "tStellar":
|
||||
return Coin.stellarTestNet;
|
||||
|
||||
|
|
Loading…
Reference in a new issue