We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0abb9 commit a475721Copy full SHA for a475721
tests/prague/eip7702_eoa_code_tx/test_eoa_code_txs.py
@@ -445,7 +445,7 @@ def test_set_code_call_set_code(
445
set_code_1_success = storage_1.store_next(True)
446
447
auth_signer_2 = pre.fund_eoa(auth_account_start_balance)
448
- storage_2 = Storage().with_start_slot(storage_1.next_slot())
+ storage_2 = Storage().set_next_slot(storage_1.peek_slot())
449
set_code_2_success = storage_2.store_next(op != Op.STATICCALL)
450
451
set_code_1 = (
0 commit comments