Commit 84853c5b authored by duanjinfei's avatar duanjinfei

add erc721 test case

parent ec9fa4b1
......@@ -477,6 +477,12 @@ func GetTranFunc(caseType int, startIndex int, txCount int, nonceMap *sync.Map,
{
return PrReContractOneCoinTranTwiceCase(txCount, arr, contractArr, nonceMap, txArr, client)
}
// Erc721 发送者相关
case 29:
{
return PrReErc721TranFromCase(startIndex, txCount, arr, contractArr[5], nonceMap, txArr, client)
}
default:
{
return nil, nil
......
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