You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run one of the example functions, and I get this error. It happens during the compilation, it doesn't starts the call.
# github.com/alethio/web3-multicall-go/multicall
C:\Users\usr1\go\pkg\mod\github.com\alethio\[email protected]\multicall\viewcall.go:259:8: assignment mismatch: 1 variable but wrapperArgs.Unpack returns 2 values
C:\Users\usr1\go\pkg\mod\github.com\alethio\[email protected]\multicall\viewcall.go:259:37: too many arguments in call to wrapperArgs.Unpack
have (*wrapperRet, []byte)
want ([]byte)
The text was updated successfully, but these errors were encountered:
I am trying to run one of the example functions, and I get this error. It happens during the compilation, it doesn't starts the call.
The text was updated successfully, but these errors were encountered: