Commit 1ff3cd0e authored by tangtuo's avatar tangtuo

修改日志打印信息

parent 22fd0abb
......@@ -190,7 +190,7 @@ public class NftServiceImpl extends ServiceImpl<NftMapper, Nft> implements NftSe
// 转让nft
String hash = paraChainClient.evmTransferNew(abi, contractAddr, EvmTransferEnum.ERC1155, 1000000L, param.getReceiveWallet(), nft.getTokenId(), param.getCount(), tokenInfo, user.getWallet(), null, true);
if (StringUtils.isBlank(hash)) {
throw GlobalException.newException(ResultCode.TRANSFER_ERROR, "nft领取失败");
throw GlobalException.newException(ResultCode.TRANSFER_ERROR, "nft转让失败");
}
// 确认转让结果
TxResult txResult = paraChainClient.cycleConfirmTxWithHash(hash, true, 1000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment