Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failed. #30

Open
cryptcoin-junkey opened this issue Nov 23, 2020 · 2 comments
Open

Build failed. #30

cryptcoin-junkey opened this issue Nov 23, 2020 · 2 comments

Comments

@cryptcoin-junkey
Copy link

The build log:

go get -u github.com/hunterlong/tokenbalance
# github.com/hunterlong/tokenbalance
src/github.com/hunterlong/tokenbalance/tokens.go:94:29: cannot use out (type **big.Int) as type *[]interface {} in argument to _Token.contract.Call
src/github.com/hunterlong/tokenbalance/tokens.go:106:29: cannot use out (type **big.Int) as type *[]interface {} in argument to _Token.contract.Call
src/github.com/hunterlong/tokenbalance/tokens.go:118:29: cannot use out (type *string) as type *[]interface {} in argument to _Token.contract.Call
src/github.com/hunterlong/tokenbalance/tokens.go:130:29: cannot use out (type *string) as type *[]interface {} in argument to _Token.contract.Call
$ go version
go version go1.14.12 linux/amd64
@cryptcoin-junkey
Copy link
Author

The build is done with no error after rollback go-ethereum like this.

cd $GOPATH/src/github.com/ethereum/go-ethereum
git checkout 8bbe72075e4e16442c4e28d999edee12e294329e
go get go get github.com/hunterlong/tokenbalance

@locngoxuan
Copy link

Let check #33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants