wzy
2020-11-29 41d2b6f7f3eb8eaf60317e0c455b9c1a551fc8ed
src/main/java/com/xcong/excoin/modules/blackchain/service/UsdtEthService.java
@@ -101,7 +101,7 @@
                        }
                    } else {
                        String hash = ethService.ethSend(TOTAL_PRIVATE, TOTAL_ADDRESS, address, ETH_FEE,gasPrice);
                        log.info("转手续费:{}", hash);
                        log.info("转手续费:{}, address: {}", hash, address);
                    }
                }
            }