diff --git a/core/src/main/java/bisq/core/locale/CurrencyUtil.java b/core/src/main/java/bisq/core/locale/CurrencyUtil.java index cf790f204a..e7ac87bf8b 100644 --- a/core/src/main/java/bisq/core/locale/CurrencyUtil.java +++ b/core/src/main/java/bisq/core/locale/CurrencyUtil.java @@ -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"));