Skip to content

Commit 4e9e371

Browse files
authored
fix(cli/eofwrap): Fix merge issue (EIP-7685 updates) (#920)
1 parent d20b3c4 commit 4e9e371

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/cli/eofwrap.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,9 @@ def _wrap_fixture(self, fixture: BlockchainFixture, traces: bool):
262262
base_fee_per_gas=header.base_fee_per_gas,
263263
withdrawals_root=header.withdrawals_root,
264264
parent_beacon_block_root=header.parent_beacon_block_root,
265-
requests_root=header.requests_root,
266265
)
267266
assert not fixture_block.ommers
268267
assert not fixture_block.withdrawals
269-
assert not fixture_block.deposit_requests
270-
assert not fixture_block.withdrawal_requests
271-
assert not fixture_block.consolidation_requests
272268

273269
for fixture_tx in fixture_block.txs:
274270
fixture_tx_dump = fixture_tx.model_dump()

0 commit comments

Comments
 (0)