Helius
2021-04-02 721d7f3576ed7c846f3b3bba66af353d1beb6921
modify
1 files modified
4 ■■■■ changed files
src/main/java/com/xcong/excoin/modules/blackchain/service/LtcService.java 4 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/blackchain/service/LtcService.java
@@ -25,8 +25,8 @@
    private final static String METHOD_GET_BALANCE_ADDRESS = "getreceivedbyaddress";
    private String url = "http://121.37.190.223:1880";
    private String username = "biyiltc";
    private String password = "biyiltc";
    private String username = "biyi";
    private String password = "biyi1234";
    public static LtcService getInstance() {
        if (service != null) {