tokenbalance icon indicating copy to clipboard operation
tokenbalance copied to clipboard

Build failed.

Open cryptcoin-junkey opened this issue 4 years ago • 2 comments

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 avatar Nov 23 '20 05:11 cryptcoin-junkey

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

cryptcoin-junkey avatar Nov 23 '20 05:11 cryptcoin-junkey

Let check #33

locngoxuan avatar May 30 '21 07:05 locngoxuan