From 437494a166dd96b4aa8b6aa4c467986d79e7f2d4 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Tue, 19 Apr 2016 18:20:52 +0200 Subject: [PATCH] removed coins --- core/src/main/java/io/bitsquare/locale/CurrencyUtil.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java index 63ddafa52e..b59c35cf90 100644 --- a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java +++ b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java @@ -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