Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Sep 1, 2023
1 parent b6a6d4c commit c05c2a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/parser/syntax/test_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ def approve(_spender : address, _value : uint256) -> bool:
InterfaceViolation,
),
(
# `receiver` of `Transfer` event should be indexed
# instead of `value`
# `value` of `Transfer` event should not be indexed
"""
from vyper.interfaces import ERC20
Expand Down

0 comments on commit c05c2a1

Please sign in to comment.