From d8465a0476183c93ae78f832dbfb4795ebffda9b Mon Sep 17 00:00:00 2001 From: maskpp Date: Fri, 26 Apr 2024 10:33:02 +0800 Subject: [PATCH] fix bug --- bindings/encoding/custom_error.go | 1 - 1 file changed, 1 deletion(-) 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(),