Skip to content

Commit

Permalink
Add WorldCoin (adding a coin to Bitsquare does not mean any endorseme…
Browse files Browse the repository at this point in the history
…nt from Bitsquare!)
  • Loading branch information
ManfredKarrer committed Apr 16, 2016
1 parent 1fecca0 commit 58e6db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/io/bitsquare/locale/CurrencyUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public static List<CryptoCurrency> createAllSortedCryptoCurrenciesList() {
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
Expand Down

0 comments on commit 58e6db3

Please sign in to comment.