Commit 89a562b1 authored by duanjinfei's avatar duanjinfei

add print log

parent ae8abf9c
...@@ -1166,7 +1166,7 @@ func PrReOneErc20TranCase1(txCount int, testAccArr *tool.AccArrFormat, contractM ...@@ -1166,7 +1166,7 @@ func PrReOneErc20TranCase1(txCount int, testAccArr *tool.AccArrFormat, contractM
auth.NoSend = true auth.NoSend = true
auth.GasLimit = 500000 auth.GasLimit = 500000
auth.GasPrice = big.NewInt(10000000000) auth.GasPrice = big.NewInt(10000000000)
tx, err := oneErc20Trade.Erc20OneTransferTx(auth, tokenTransfer) tx, err := oneErc20Trade.Erc20OneTransferFromTx(auth, tokenTransfer)
if err != nil { if err != nil {
return nil, nil 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