diff --git a/bindings/encoding/custom_error.go b/bindings/encoding/custom_error.go index 04c029795..da0b4b445 100644 --- a/bindings/encoding/custom_error.go +++ b/bindings/encoding/custom_error.go @@ -35,7 +35,6 @@ func TryParsingCustomErrorFromReceipt( From: from, To: tx.To(), Gas: tx.Gas(), - GasPrice: tx.GasPrice(), GasFeeCap: tx.GasFeeCap(), GasTipCap: tx.GasTipCap(), Value: tx.Value(),