Skip to content

Commit 32fad71

Browse files
committed
eip4762: fix extcodecopy for system contract
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent 19125c0 commit 32fad71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/verkle/eip4762_verkle_gas_witness/test_codecopy_ext_precompile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def test_extcodecopy_precompile(blockchain_test: BlockchainTestFiller, fork: For
7474
if target == system_contract_address:
7575
sys_contract_account = Account(**fork.pre_allocation_blockchain()[system_contract_address])
7676
code_chunks = chunkify_code(sys_contract_account.code)
77-
witness_check.add_account_basic_data(system_contract_address, sys_contract_account)
7877
witness_check.add_code_chunk(
7978
address=system_contract_address, chunk_number=0, value=code_chunks[0]
8079
)

0 commit comments

Comments
 (0)