Skip to content

Commit

Permalink
revert(0,0)
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Dec 9, 2024
1 parent 35be9b4 commit dd68e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/frontier/opcodes/test_all_opcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_cover_revert(state_test: StateTestFiller, pre: Alloc):
tx = Transaction(
sender=pre.fund_eoa(),
gas_limit=1_000_000,
data=Op.SSTORE(1, 1) + Op.REVERT,
data=Op.SSTORE(1, 1) + Op.REVERT(0, 0),
to=None,
value=0,
protected=False,
Expand Down

0 comments on commit dd68e6b

Please sign in to comment.