erc404-legacy
erc404-legacy copied to clipboard
Update ERC404.sol - transferFrom returns bool to match erc20 standard
As defined by the ERC20 standard, transferFrom returns "bool" to identify whether the transaction was successful or not.
- ERC404 not having this makes it uncompatible with a lot of DAPPs.
This PR fixes this.