mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
Change wrong crypto name for Siacoin in removed crypto list
This commit is contained in:
parent
409e958903
commit
383043e932
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Reference in a new issue