Skip to content

Commit

Permalink
Update tests/frontier/precompiles/test_precompile_absence.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored Dec 19, 2024
1 parent c75fb13 commit 40c21a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/frontier/precompiles/test_precompile_absence.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_precompile_absence(
if Op.RETURNDATASIZE in fork.valid_opcodes():
call_code += Op.SSTORE(
address + RETURNDATASIZE_OFFSET,
Op.RETURNDATASIZE,
Op.RETURNDATASIZE(),
)
storage[address + RETURNDATASIZE_OFFSET] = 0

Expand Down

0 comments on commit 40c21a6

Please sign in to comment.