Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Ignore spaces in contract method description #45

@davidberiro

Description

@davidberiro

Right now passing allowance(address, address) as the method name for an ERC20 token will never return any results, since the function selector (first 4 bytes of keccak hash) is different than allowance(address,address) due to the space. It would help if the library would remove any spaces it found inside the function description.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions