We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75fb13 commit 40c21a6Copy full SHA for 40c21a6
tests/frontier/precompiles/test_precompile_absence.py
@@ -46,7 +46,7 @@ def test_precompile_absence(
46
if Op.RETURNDATASIZE in fork.valid_opcodes():
47
call_code += Op.SSTORE(
48
address + RETURNDATASIZE_OFFSET,
49
- Op.RETURNDATASIZE,
+ Op.RETURNDATASIZE(),
50
)
51
storage[address + RETURNDATASIZE_OFFSET] = 0
52
0 commit comments