Remove the wrong store time setting

This commit is contained in:
Hsiao-Wei Wang 2023-09-19 23:20:33 +08:00
parent ce240ca795
commit 8900127258
No known key found for this signature in database
GPG Key ID: AE3D6B174F971DE4

View File

@ -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)