CLIs created with seer evm generate --cli
do not properly handle byte arrays
#123
Labels
bug
Something isn't working
I ran into this when generating an interface to the
IDistributor
contract from Camelot - https://mainnet.game7.io/address/0x73f9566A8735af6491e27cFD049F44A1F1e399De?tab=contractFirst problem: it tries to redeclare
unmarshalErr
as a new variable.Second problem: It doesn't range correctly over the
proofs
array.The text was updated successfully, but these errors were encountered: