Fix error with Stellar pretty name not found

This commit is contained in:
likho 2023-08-14 10:14:47 +02:00
parent 3c05c568eb
commit d785a2ef83

View file

@ -502,6 +502,7 @@ Coin coinFromPrettyName(String name) {
case "Stellar Testnet":
case "stellarTestnet":
case "stellarTestNet":
case "tStellar":
return Coin.stellarTestNet;