Skip to content

Commit

Permalink
fix SendTxAsCall
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-bousfield committed May 3, 2024
1 parent 01bbf49 commit 0e11cb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arbutil/wait_for_l1.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func SendTxAsCall(ctx context.Context, client L1Interface, tx *types.Transaction
From: from,
To: tx.To(),
Gas: gas,
GasPrice: tx.GasPrice(),
GasFeeCap: tx.GasFeeCap(),
GasTipCap: tx.GasTipCap(),
Value: tx.Value(),
Expand Down

0 comments on commit 0e11cb5

Please sign in to comment.