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

Commit

Permalink
Update eth/core/precompile/factories.go
Browse files Browse the repository at this point in the history
Signed-off-by: Cal Bera <[email protected]>
  • Loading branch information
calbera authored Jul 20, 2023
1 parent 5285ba7 commit 223ba64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eth/core/precompile/factories.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ func (sf *StatefulFactory) Build(
// It searches for the ABI function in the Go precompile contract and performs basic validation on
// the implemented function.
func buildIdsToMethods(
si StatefulImpl,
contractImpl reflect.Value,
si StatefulImpl, contractImpl reflect.Value,
) (map[string]*Method, error) {
pcABI := si.ABIMethods()
contractImplType := contractImpl.Type()
Expand Down

0 comments on commit 223ba64

Please sign in to comment.