mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Add Myriadcoin
This commit is contained in:
parent
73131e0c18
commit
01955a0ef6
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ public class CurrencyUtil {
|
||||||
result.add(new CryptoCurrency("VRC", "VeriCoin"));
|
result.add(new CryptoCurrency("VRC", "VeriCoin"));
|
||||||
result.add(new CryptoCurrency("ESP", "Espers"));
|
result.add(new CryptoCurrency("ESP", "Espers"));
|
||||||
result.add(new CryptoCurrency("XVG", "Verge"));
|
result.add(new CryptoCurrency("XVG", "Verge"));
|
||||||
|
result.add(new CryptoCurrency("MYR", "Myriadcoin"));
|
||||||
|
|
||||||
// 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