From 30c1c9d16a57d2bbc7cd1511d02c5ddcc6a143f6 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 08 Jun 2021 16:10:44 +0800 Subject: [PATCH] modify --- src/main/java/com/xcong/excoin/modules/blackchain/service/LtcService.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/blackchain/service/LtcService.java b/src/main/java/com/xcong/excoin/modules/blackchain/service/LtcService.java index 9acd8a1..20f942f 100644 --- a/src/main/java/com/xcong/excoin/modules/blackchain/service/LtcService.java +++ b/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) { -- Gitblit v1.9.1