Helius
2021-04-08 742e80a99ae9e5116c1b1e106bdffd6fde2c22a5
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":