From 89001272588a13f13cb1d1c00a31ec048e10f9f9 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Tue, 19 Sep 2023 23:20:33 +0800 Subject: [PATCH] Remove the wrong store time setting --- .../core/pyspec/eth2spec/test/deneb/fork_choice/test_on_block.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/core/pyspec/eth2spec/test/deneb/fork_choice/test_on_block.py b/tests/core/pyspec/eth2spec/test/deneb/fork_choice/test_on_block.py index 12451f4ca3..4ab7d819a9 100644 --- a/tests/core/pyspec/eth2spec/test/deneb/fork_choice/test_on_block.py +++ b/tests/core/pyspec/eth2spec/test/deneb/fork_choice/test_on_block.py @@ -58,7 +58,6 @@ def test_simple_blob_data(spec, state): assert spec.get_head(store) == signed_block.message.hash_tree_root() # On receiving a block of next epoch - store.time = current_time + spec.config.SECONDS_PER_SLOT * spec.SLOTS_PER_EPOCH block, blobs, blob_kzg_proofs = get_block_with_blob(spec, state, rng=rng) signed_block = state_transition_and_sign_block(spec, state, block) blob_data = BlobData(blobs, blob_kzg_proofs)