From 0e11cb507e67b182f8e883e2cd801fcaed423756 Mon Sep 17 00:00:00 2001 From: Rachel Bousfield Date: Thu, 2 May 2024 23:31:11 -0600 Subject: [PATCH] fix SendTxAsCall --- arbutil/wait_for_l1.go | 1 - 1 file changed, 1 deletion(-) diff --git a/arbutil/wait_for_l1.go b/arbutil/wait_for_l1.go index 2df3fa562..eaa5d0790 100644 --- a/arbutil/wait_for_l1.go +++ b/arbutil/wait_for_l1.go @@ -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(),