Commit 7a43d60c authored by linj's avatar linj

测试超时, 触发重试

parent 5f411093
......@@ -565,7 +565,7 @@ func evmxgo_Exec_Burn_Local(exec dapp.Driver, receipt *types.Receipt) (*types.Lo
Tx1, err := signTx(tx, PrivKeyA)
if err != nil {
fmt.Println("RPC_Default_Process sign", "err", err)
fmt.Println("RPC_Default_Process sign test", "err", err)
return nil, err
}
receiptDate := &types.ReceiptData{Ty: receipt.Ty, Logs: receipt.Logs}
......
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