Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 5, 2023
1 parent ab7c14a commit 3a687b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/parser/functions/test_ecrecover.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def test_ecrecover(hash: bytes32, v: uint8, r: uint256) -> address:
# note web3.py decoding of 0x000..00 address is None.
assert c.test_ecrecover(hash_, v, r) is None


# slightly more subtle example: get_v() stomps memory location 0,
# so this tests that the output buffer stays clean during ecrecover()
# builtin execution.
Expand Down

0 comments on commit 3a687b9

Please sign in to comment.