Helius
2021-04-07 cdfc31a175b870749d67e7271e1da38517f77a0d
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":