pipermerriam/ethereum-function-signature-registry

incorrect selector calculation with function type

esaulpaugh opened this issue · 0 comments

Based on the ABI spec and confirmed using Remix, the canonical type for "function" when computing the function selector is "function" and not "bytes24".

"function" is used in the ABI json as well.