Skip to content

Commit dd68e6b

Browse files
committed
revert(0,0)
1 parent 35be9b4 commit dd68e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/frontier/opcodes/test_all_opcodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_cover_revert(state_test: StateTestFiller, pre: Alloc):
9999
tx = Transaction(
100100
sender=pre.fund_eoa(),
101101
gas_limit=1_000_000,
102-
data=Op.SSTORE(1, 1) + Op.REVERT,
102+
data=Op.SSTORE(1, 1) + Op.REVERT(0, 0),
103103
to=None,
104104
value=0,
105105
protected=False,

0 commit comments

Comments
 (0)