ferranbt / fastssz

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

Unused import #136

Closed MatheusFranco99 closed 7 months ago

MatheusFranco99 commented 8 months ago

Hey!

I've an issue with sszgen.

My sszgen generate code, when executed, produces a file with an unused import.

The unused library is provided in the generate command by the --include option and it's necessary for the generator to find the SyncCommitteeContribution type.

Is it a problem with v0.1.3 or did I code the command wrong?

ferranbt commented 7 months ago

Hey! I merged a PR with a fix for the issue.