fastssz
fastssz copied to clipboard
Generating with --include produces unsused imports
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.
Do you have a reproduction of the issue? Cannot reproduce it on my end.