pipermerriam/ethereum-function-signature-registry

Tuples get removed

ligi opened this issue · 2 comments

ligi commented

this is similar to #37 - but it does not crash like there - but the tuple gets removed
so when I submit setupDirectDebit(address,(uint256,uint256,uint256))
it ends up as a different signature:
image

I suspect this is a misbehaving (overmatching?) regex but that's just my gut. will need to get in and figure out a fix for this.

ligi commented

I can confirm this works now - closing this issue.
Thanks @davesque for the PR & @pipermerriam for merging

Selection_097