File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
tests/osaka/eip7692_eof_v1/eip7873_tx_create Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
33import pytest
44
5- from ethereum_test_base_types .base_types import Bytes
5+ from ethereum_test_base_types .base_types import Address , Bytes
66from ethereum_test_exceptions .exceptions import TransactionException
77from ethereum_test_tools import (
88 Account ,
1313)
1414from ethereum_test_tools .code .generators import Initcode as LegacyInitcode
1515from ethereum_test_types .eof .v1 import Container
16+ from tests .prague .eip7702_set_code_tx .spec import Spec
1617
1718from .. import EOF_FORK_NAME
1819from ..eip7620_eof_create .helpers import (
@@ -130,7 +131,7 @@ def test_legacy_create_tx_eof_initcode(
130131 Bytes ("0xEF" ),
131132 Bytes ("0xEF01" ),
132133 Bytes ("0xEF0101" ),
133- Bytes ( "0xEF01" + "" . join ( "ab" )),
134+ Spec . delegation_designation ( Address ( 0xAA )),
134135 Bytes ("0xEF02" ),
135136 ],
136137)
You can’t perform that action at this time.
0 commit comments