ferranbt / fastssz

Fast Ethereum2.0 SSZ encoder/decoder
MIT License
73 stars 44 forks source link

Generating with --include produces unsused imports #165

Open karalabe opened 1 month ago

karalabe commented 1 month ago

I generated SSZ for a struct in on package, referencing the go-ethereum common.Address type. The generated code has an import to the common package, but it's not actually used at all.

ferranbt commented 1 month ago

Do you have a reproduction of the issue? Cannot reproduce it on my end.