Helius
2021-05-11 f895f77bf1b1dce8dd8a5008f809d58f1ab3ee15
src/main/java/com/xcong/excoin/utils/CommonUtils.java
@@ -14,6 +14,11 @@
     */
    public static String amountDotFormat(String symbol, BigDecimal price) {
        String priceFormat = "";
        if (price == null) {
            return "";
        }
        switch (symbol) {
            case "BTC/USDT":
            case "ETH/USDT":