Skip to content

Commit

Permalink
Merge pull request #3508 from ethereum/fix-deneb-fc-simple
Browse files Browse the repository at this point in the history
Fix Deneb fork choice baseline test case
  • Loading branch information
hwwhww authored Sep 19, 2023
2 parents ce240ca + 8900127 commit ba61651
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ba61651

Please sign in to comment.