From 6a0e1564efae8aa6069bddedef749bf5c8b9b0c4 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 28 May 2021 15:52:36 +0800
Subject: [PATCH] Merge branch 'yunding' of http://120.27.238.55:7000/r/exchange into yunding
---
src/main/java/com/xcong/excoin/modules/blackchain/service/LtcService.java | 4 ++--
1 files changed, 2 insertions(+), 2 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 0bdc525..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
@@ -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) {
--
Gitblit v1.9.1