From 196784f60789fac8797429896d3c8e1a843c8a2c Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 07 Sep 2021 15:16:51 +0800
Subject: [PATCH] fix
---
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