Skip to content

Commit aae9307

Browse files
committed
add missing REVERT params
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent 8dd1863 commit aae9307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/verkle/eip6800_genesis_verkle_tree/test_contract_creation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def test_contract_creation_failed_initcode(
112112
gas_limit=100000000,
113113
gas_price=10,
114114
value=value,
115-
data=Op.REVERT,
115+
data=Op.REVERT(0, 0),
116116
)
117117
blocks = [Block(txs=[tx])]
118118

0 commit comments

Comments
 (0)