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\web3-multicall-go@v0.0.15\multicall\viewcall.go:259:8: assignment mismatch: 1 variable but wrapperArgs.Unpack returns 2 values
C:\Users\usr1\go\pkg\mod\github.com\alethio\web3-multicall-go@v0.0.15\multicall\viewcall.go:259:37: too many arguments in call to wrapperArgs.Unpack
have (*wrapperRet, []byte)
want ([]byte)
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.