INFURA / go-ethlibs

Ethereum libraries in Go for interacting with Ethereum nodes
MIT License
162 stars 34 forks source link

Makefile: tweak deepcopy-gen args to work without GOPATH #50

Closed ryanschneider closed 3 years ago

ryanschneider commented 3 years ago

I realized that make zz_deepcopy_generated.go wasn't working correctly when running outside of $GOPATH which is more common with later versions of Go. This fixes it and makes sure that eth.Block.BaseFeePerGas is correctly DeepCopy -ed since it was left out before.