Commit ed045963 authored by Mark Tyneway's avatar Mark Tyneway

op-e2e: send calldata in tx

parent 142913f2
...@@ -217,6 +217,7 @@ func (s *BasicUser[B]) ActMakeTx(t Testing) { ...@@ -217,6 +217,7 @@ func (s *BasicUser[B]) ActMakeTx(t Testing) {
ChainID: s.env.Signer.ChainID(), ChainID: s.env.Signer.ChainID(),
Nonce: s.PendingNonce(t), Nonce: s.PendingNonce(t),
Gas: gas, Gas: gas,
Data: s.txCallData,
}) })
err = s.env.EthCl.SendTransaction(t.Ctx(), tx) err = s.env.EthCl.SendTransaction(t.Ctx(), tx)
require.NoError(t, err, "must send tx") require.NoError(t, err, "must send tx")
......
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