Change wrong crypto name for Siacoin in removed crypto list

This commit is contained in:
Christoph Atteneder 2019-04-04 11:15:36 +02:00
parent 409e958903
commit 383043e932
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -148,7 +148,7 @@ public class CurrencyUtil {
currencies.add(new CryptoCurrency("BCH", "Bitcoin Cash"));
currencies.add(new CryptoCurrency("BCHC", "Bitcoin Clashic"));
currencies.add(new CryptoCurrency("ACH", "AchieveCoin"));
currencies.add(new CryptoCurrency("SC", "SpaceCash"));
currencies.add(new CryptoCurrency("SC", "Siacoin"));
currencies.add(new CryptoCurrency("PPI", "PiedPiper Coin"));
currencies.add(new CryptoCurrency("PEPECASH", "Pepe Cash"));
currencies.add(new CryptoCurrency("GRC", "Gridcoin"));