Closed
Description
I'm getting this error when trying to build the project:
$ go get -u -t github.com/ethereum/go-ethereum
# github.com/ethereum/eth-go
..\eth-go\peer.go:174: block.MakeContracts undefined (type *ethchain.Block has n
o field or method MakeContracts
It seems like either peer.go needs to say MakeContract() instead of MakeContracts(), I was only able to find a block.MakeContract() function in ethchain-go.
Metadata
Metadata
Assignees
Labels
No labels