Helius
2020-11-10 545d228042f0e8f6ce42195d3f8141e13c54e6be
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);
                    }
                }
            }