Helius
2020-08-24 3880f09c87ac9d150d91a28fe5f97f8d4795acd6
src/main/java/com/xcong/excoin/modules/coin/service/impl/BlockCoinServiceImpl.java
@@ -128,7 +128,7 @@
                Long memberId = coinAddressEntity.getMemberId();
                BigDecimal balance = EthService.getEthBlance(address);
                if (balance != null && new BigDecimal("0.008").compareTo(balance) < 0) {
                if (balance != null && new BigDecimal("0.01").compareTo(balance) < 0) {
                    MemberWalletCoinEntity walletCoin = memberWalletCoinDao.selectWalletCoinBymIdAndCode(memberId, CoinTypeEnum.ETH.name());
                    if (walletCoin == null) {