Helius
2021-04-14 03ae1e434c4f838d1f4290a945a5898a43b7a1c8
src/main/java/com/xcong/excoin/modules/blackchain/service/LtcService.java
@@ -24,9 +24,9 @@
   private final static String METHOD_WALLET_LOCK = "walletlock";
   private final static String METHOD_GET_BALANCE_ADDRESS = "getreceivedbyaddress";
   private String url = "http://121.40.86.163:1888";
   private String username = "biyiltc";
   private String password = "biyiltc";
   private String url = "http://121.37.190.223:1880";
   private String username = "biyi";
   private String password = "biyi1234";
   public static LtcService getInstance() {
      if (service != null) {