From eb9d939661413fc70975b0a75b44126c257bdc49 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 14 Apr 2021 18:27:43 +0800
Subject: [PATCH] 20210414 测试账号的跟随者不返利给交易员
---
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