Removed unsupported currency.

This commit is contained in:
Noah Seidman 2018-04-23 09:56:00 -04:00
parent 16e2de97c4
commit 8bff6dd10b
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@ public class LiveCoinRateSource implements IRateSource {
if (ICurrencies.USD.equalsIgnoreCase(preferedFiatCurrency)) {
this.preferredFiatCurrency = ICurrencies.USD;
}
if (ICurrencies.CAD.equalsIgnoreCase(preferedFiatCurrency)) {
this.preferredFiatCurrency = ICurrencies.CAD;
}
api = RestProxyFactory.createProxy(ILiveCoinAPI.class, "https://api.livecoin.net");
}