Skip to content

Commit

Permalink
BATM-5283 - Incorrect XRP conversion (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMaros authored Aug 14, 2023
1 parent 23c45fc commit 6e23a90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Converters {
public static final BigDecimal GQ = BigDecimal.TEN.pow(18);
public static final BigDecimal USDT = BigDecimal.TEN.pow(6);
public static final BigDecimal USDTTRON = BigDecimal.TEN.pow(6);
public static final BigDecimal XRP = BigDecimal.TEN.pow(8);
public static final BigDecimal XRP = BigDecimal.TEN.pow(6);
public static final BigDecimal VERUM = BigDecimal.TEN.pow(8);

public static final BigDecimal TBCH = BigDecimal.TEN.pow(8);
Expand Down

0 comments on commit 6e23a90

Please sign in to comment.