mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Rename ShadowCash to Particl (https://github.com/bisq-network/bisq-exchange/issues/911)
This commit is contained in:
parent
e8c46c9709
commit
902e3de80a
1 changed files with 1 additions and 1 deletions
|
@ -180,6 +180,7 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("OK", "OKCash"));
|
||||
result.add(new CryptoCurrency("OMNI", "Omni"));
|
||||
result.add(new CryptoCurrency("OPAL", "Opal"));
|
||||
result.add(new CryptoCurrency("PART", "Particl"));
|
||||
result.add(new CryptoCurrency("PASC", "Pascal Coin", true));
|
||||
result.add(new CryptoCurrency("PPC", "Peercoin"));
|
||||
result.add(new CryptoCurrency("PEPECASH", "Pepe Cash"));
|
||||
|
@ -195,7 +196,6 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("RDD", "ReddCoin"));
|
||||
result.add(new CryptoCurrency("XRP", "Ripple"));
|
||||
result.add(new CryptoCurrency("SFSC", "Safe FileSystem Coin"));
|
||||
result.add(new CryptoCurrency("SDC", "ShadowCash"));
|
||||
result.add(new CryptoCurrency("SHIFT", "Shift"));
|
||||
result.add(new CryptoCurrency("SC", "Siacoin"));
|
||||
result.add(new CryptoCurrency("SF", "Siafund"));
|
||||
|
|
Loading…
Add table
Reference in a new issue