mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-07 06:32:47 -04:00
Added Creditbit
This commit is contained in:
parent
913c29a2db
commit
60289553d5
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@ public class CurrencyUtil {
|
||||||
result.add(new CryptoCurrency("GRS", "Groestlcoin"));
|
result.add(new CryptoCurrency("GRS", "Groestlcoin"));
|
||||||
result.add(new CryptoCurrency("IOC", "I/O Coin"));
|
result.add(new CryptoCurrency("IOC", "I/O Coin"));
|
||||||
result.add(new CryptoCurrency("SIB", "Sibcoin"));
|
result.add(new CryptoCurrency("SIB", "Sibcoin"));
|
||||||
|
result.add(new CryptoCurrency("CRBIT", "Creditbit"));
|
||||||
|
|
||||||
// result.add(new CryptoCurrency("XMR", "Monero"));
|
// result.add(new CryptoCurrency("XMR", "Monero"));
|
||||||
// result.add(new CryptoCurrency("BCN", "Bytecoin"));
|
// result.add(new CryptoCurrency("BCN", "Bytecoin"));
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue