Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat(pkg): fix a custom error parsing issue (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp authored Apr 26, 2024
1 parent 48f2b27 commit e170aba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/encoding/custom_error.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit e170aba

Please sign in to comment.