mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-03-02 19:20:34 +00:00
Remove the wrong store time setting
This commit is contained in:
parent
ce240ca795
commit
8900127258
@ -58,7 +58,6 @@ def test_simple_blob_data(spec, state):
|
|||||||
assert spec.get_head(store) == signed_block.message.hash_tree_root()
|
assert spec.get_head(store) == signed_block.message.hash_tree_root()
|
||||||
|
|
||||||
# On receiving a block of next epoch
|
# 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)
|
block, blobs, blob_kzg_proofs = get_block_with_blob(spec, state, rng=rng)
|
||||||
signed_block = state_transition_and_sign_block(spec, state, block)
|
signed_block = state_transition_and_sign_block(spec, state, block)
|
||||||
blob_data = BlobData(blobs, blob_kzg_proofs)
|
blob_data = BlobData(blobs, blob_kzg_proofs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user