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.
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 thateth.Block.BaseFeePerGas
is correctlyDeepCopy
-ed since it was left out before.