Helius
2020-12-02 280527bed4c95076cf441c6cd2121be8f5328b4d
src/test/java/com/xcong/excoin/TradeTest.java
@@ -36,7 +36,7 @@
    }
    public static void main(String[] args) throws InterruptedException {
        String s = SecureUtil.md5("123456");
        String s = SecureUtil.md5("330021");
        System.out.println(s);
    }
}