Skip to content

Commit 6ae2c17

Browse files
authored
Remove outdated comment in ERC-20 (#4964)
1 parent e682c7e commit 6ae2c17

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

contracts/token/ERC20/ERC20.sol

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ import {IERC20Errors} from "../../interfaces/draft-IERC6093.sol";
2525
* instead returning `false` on failure. This behavior is nonetheless
2626
* conventional and does not conflict with the expectations of ERC-20
2727
* applications.
28-
*
29-
* Additionally, an {Approval} event is emitted on calls to {transferFrom}.
30-
* This allows applications to reconstruct the allowance for all accounts just
31-
* by listening to said events. Other implementations of the ERC may not emit
32-
* these events, as it isn't required by the specification.
3328
*/
3429
abstract contract ERC20 is Context, IERC20, IERC20Metadata, IERC20Errors {
3530
mapping(address account => uint256) private _balances;

0 commit comments

Comments
 (0)