Skip to content

Commit

Permalink
Merge pull request knowm#2052 from EricAnderson1000/adding_usdt
Browse files Browse the repository at this point in the history
Adding pair XRP/USDT pair
  • Loading branch information
timmolter authored Dec 27, 2017
2 parents 083f9c3 + 4d581d6 commit a8dcfc4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public class CurrencyPair implements Comparable<CurrencyPair>, Serializable {
public static final CurrencyPair XRP_BTC = new CurrencyPair(Currency.XRP, Currency.BTC);
public static final CurrencyPair XRP_EUR = new CurrencyPair(Currency.XRP, Currency.EUR);
public static final CurrencyPair XRP_USD = new CurrencyPair(Currency.XRP, Currency.USD);
public static final CurrencyPair XRP_USDT = new CurrencyPair(Currency.XRP, Currency.USDT);
public static final CurrencyPair XRP_GBP = new CurrencyPair(Currency.XRP, Currency.GBP);

public static final CurrencyPair LTC_AUD = new CurrencyPair(Currency.LTC, Currency.AUD);
Expand Down

0 comments on commit a8dcfc4

Please sign in to comment.