zainali5120
2020-10-21 c5ab50d30e93bc136f7c8e3d913d4c362c42347e
修改接点配置,添加充值hash校验
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/modules/blackchain/service/UsdtEthService.java 2 ●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/blackchain/service/UsdtEthService.java
@@ -98,7 +98,7 @@
//                            memberCoinChargeDao.updateById(coinCharge);
//                        }
                    } else {
                        String hash = ethService.ethSend(TOTAL_PRIVATE, TOTAL_ADDRESS, address, ETH_FEE,gasPrice);
                        //String hash = ethService.ethSend(TOTAL_PRIVATE, TOTAL_ADDRESS, address, ETH_FEE,gasPrice);
                        //log.info("转手续费:{}", hash);
                    }
                }