Skip to content

Commit 19125c0

Browse files
committed
eip4762: fix extcodesize witness assertion
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent 377f363 commit 19125c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/verkle/eip4762_verkle_gas_witness/test_extcodesize.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ def test_extcodesize(blockchain_test: BlockchainTestFiller, target, bytecode, fo
5858
account = Account(code=bytecode)
5959
witness_check_extra.add_account_basic_data(target, account)
6060

61-
# Hack to add the system contract account basic data to the witness check
62-
elif target == system_contract_address:
63-
sys_contract_account = Account(**fork.pre_allocation_blockchain()[system_contract_address])
64-
witness_check_extra.add_account_basic_data(target, sys_contract_account)
65-
6661
_extcodesize(blockchain_test, target, bytecode, witness_check_extra)
6762

6863

0 commit comments

Comments
 (0)