Helius
2020-11-10 545d228042f0e8f6ce42195d3f8141e13c54e6be
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);
    }
}