Commit 457cdd3b authored by Mark Tyneway's avatar Mark Tyneway

op-e2e: send the calldata

parent ed045963
......@@ -222,6 +222,8 @@ func (s *BasicUser[B]) ActMakeTx(t Testing) {
err = s.env.EthCl.SendTransaction(t.Ctx(), tx)
require.NoError(t, err, "must send tx")
s.lastTxHash = tx.Hash()
// reset the calldata
s.txCallData = []byte{}
}
func (s *BasicUser[B]) ActCheckReceiptStatusOfLastTx(success bool) func(t Testing) {
......
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