-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
转账USDT给钱包地:17640187908也能成功,自动生成了一个钱包地址,交易id
38d6b0041d961ef4a6d87caedb7981c81bd26c429e0ba4445cd3853e971ad8f0
再次测试,随便输入什么,如下也能成功:
@test
public void sendTrc20TransactionTest() throws Exception {
TransactionResult transactionResult = Trc20Helper.transfer(
"3cff2894a9cd8e72c32ec65cff2dd96aadd405d32b5eb34ebd5915f2dde09e09",
"12345678900", BigDecimal.valueOf(0.1),
"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t", null);
LOGGER.info("transactionResult:" + JSON.toJSONString(transactionResult));
}
Metadata
Metadata
Assignees
Labels
No labels