Skip to content

Commit

Permalink
Update BTCETradeService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Achterhoeker committed Apr 29, 2016
1 parent 216ab8f commit 8708bda
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -134,7 +134,7 @@ public UserTrades getTradeHistory(TradeHistoryParams params) throws ExchangeExce
if (params instanceof TradeHistoryParamCurrencyPair) {
CurrencyPair pair = ((TradeHistoryParamCurrencyPair) params).getCurrencyPair();
if (pair != null) {
btcrPair = BTCEAdapters.adaptCurrencyPair(pair);
btcrPair = BTCEAdapters.getPair(pair);
}
}

Expand Down

0 comments on commit 8708bda

Please sign in to comment.