From 5575818556096be1dadaf5ff356b5db4c832aaa2 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 26 May 2021 19:27:09 +0800 Subject: [PATCH] modify --- src/main/java/com/xcong/excoin/modules/blackchain/service/Impl/BlockSeriveImpl.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/blackchain/service/Impl/BlockSeriveImpl.java b/src/main/java/com/xcong/excoin/modules/blackchain/service/Impl/BlockSeriveImpl.java index 3f547ce..69ceb02 100644 --- a/src/main/java/com/xcong/excoin/modules/blackchain/service/Impl/BlockSeriveImpl.java +++ b/src/main/java/com/xcong/excoin/modules/blackchain/service/Impl/BlockSeriveImpl.java @@ -190,9 +190,9 @@ // 发送新增的地址到监听集合 usdtUpdateProducer.sendAddressMsg(address+","+"ERC20"); } else if ("TRC20".equals(lable)) { - Map<String, String> usdtMap = Trc20Service.createAddress(); - address = usdtMap.get("address"); - key = usdtMap.get("privateKey"); +// Map<String, String> usdtMap = Trc20Service.createAddress(); +// address = usdtMap.get("address"); +// key = usdtMap.get("privateKey"); map.put("address", address); // 发送新增的地址到监听集合 usdtUpdateProducer.sendAddressMsg(address+","+"TRC20"); -- Gitblit v1.9.1