Skip to content

Commit 5f35962

Browse files
Darioush Jalaliqdm12
andauthored
Update accounts/abi/bind/bind_extra.go
Co-authored-by: Quentin McGaw <[email protected]> Signed-off-by: Darioush Jalali <[email protected]>
1 parent 282abdf commit 5f35962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts/abi/bind/bind_extra.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func bindTypeNewGo(kind abi.Type, structs map[string]*tmplStruct) string {
6161
}
6262
}
6363

64-
func mkList(args ...interface{}) []interface{} {
64+
func mkList(args ...any) []any {
6565
return args
6666
}
6767

0 commit comments

Comments
 (0)