mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Added Groestlcoin
This commit is contained in:
parent
2f2501055b
commit
d720a9c56f
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ public class CurrencyUtil {
|
||||||
result.add(new CryptoCurrency("XVG", "Verge"));
|
result.add(new CryptoCurrency("XVG", "Verge"));
|
||||||
result.add(new CryptoCurrency("MYR", "Myriadcoin"));
|
result.add(new CryptoCurrency("MYR", "Myriadcoin"));
|
||||||
result.add(new CryptoCurrency("MXT", "MarteXcoin"));
|
result.add(new CryptoCurrency("MXT", "MarteXcoin"));
|
||||||
|
result.add(new CryptoCurrency("GRS", "Groestlcoin"));
|
||||||
|
|
||||||
// result.add(new CryptoCurrency("XMR", "Monero"));
|
// result.add(new CryptoCurrency("XMR", "Monero"));
|
||||||
// result.add(new CryptoCurrency("BCN", "Bytecoin"));
|
// result.add(new CryptoCurrency("BCN", "Bytecoin"));
|
||||||
|
|
Loading…
Add table
Reference in a new issue