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