mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Add WorldCoin (adding a coin to Bitsquare does not mean any endorsement from Bitsquare!)
This commit is contained in:
parent
1fecca009a
commit
58e6db3b49
@ -105,6 +105,7 @@ 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("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…
x
Reference in New Issue
Block a user