| | |
| | | return; |
| | | } |
| | | // 校验这个交易是否成功 |
| | | EthService ethService = new EthService(); |
| | | boolean b = ethService.checkTransferResult(hash); |
| | | if (!b) { |
| | | log.info("#USDT假充值:{}#", hash); |
| | | return; |
| | | } |
| | | // EthService ethService = new EthService(); |
| | | // boolean b = ethService.checkTransferResult(hash); |
| | | // if (!b) { |
| | | // log.info("#USDT假充值:{}#", hash); |
| | | // return; |
| | | // } |
| | | MemberCoinAddressEntity coinAddressEntity = memberCoinAddressDao.selectCoinAddressByAddressAndSymbol(address, CoinTypeEnum.USDT.toString()); |
| | | if (coinAddressEntity == null) { |
| | | return; |