mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Added Sibcoin
This commit is contained in:
parent
80422ce96f
commit
bf2b4fd827
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("MXT", "MarteXcoin"));
|
||||
result.add(new CryptoCurrency("GRS", "Groestlcoin"));
|
||||
result.add(new CryptoCurrency("IOC", "I/O Coin"));
|
||||
|
||||
result.add(new CryptoCurrency("SIB", "Sibcoin"));
|
||||
|
||||
// result.add(new CryptoCurrency("XMR", "Monero"));
|
||||
// result.add(new CryptoCurrency("BCN", "Bytecoin"));
|
||||
return result;
|
||||
|
|
Loading…
Add table
Reference in a new issue