mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-31 04:24:39 -04:00
removed coins
This commit is contained in:
parent
613c80082a
commit
437494a166
1 changed files with 0 additions and 2 deletions
|
@ -105,8 +105,6 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("BTS", "BitShares"));
|
||||
result.add(new CryptoCurrency("XCP", "Counterparty"));
|
||||
result.add(new CryptoCurrency("XRP", "Ripple"));
|
||||
result.add(new CryptoCurrency("QRK", "Quark"));
|
||||
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
|
||||
// arbitrator cannot see if the receiving key matches the receivers address. They might add support for exposing the tx key, but that is not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue