mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-18 11:18:36 -04:00
add quark
This commit is contained in:
parent
bd166d7486
commit
25773311e2
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ public class CurrencyUtil {
|
||||||
result.add(new CryptoCurrency("BTS", "BitShares"));
|
result.add(new CryptoCurrency("BTS", "BitShares"));
|
||||||
result.add(new CryptoCurrency("XCP", "Counterparty"));
|
result.add(new CryptoCurrency("XCP", "Counterparty"));
|
||||||
result.add(new CryptoCurrency("XRP", "Ripple"));
|
result.add(new CryptoCurrency("XRP", "Ripple"));
|
||||||
|
result.add(new CryptoCurrency("QRK", "Quark"));
|
||||||
result.add(new CryptoCurrency("WDC", "WorldCoin"));
|
result.add(new CryptoCurrency("WDC", "WorldCoin"));
|
||||||
|
|
||||||
// Unfortunately we cannot support CryptoNote coins yet as there is no way to proof the transaction. Payment ID helps only locate the tx but the
|
// Unfortunately we cannot support CryptoNote coins yet as there is no way to proof the transaction. Payment ID helps only locate the tx but the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue