Skip to content

Commit

Permalink
Delete double space in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Jan 20, 2025
1 parent d9c9c66 commit 02f6719
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def test_incorrect_transaction_no_blobs_but_with_commitments(spec, state):
execution_payload.transactions = [opaque_tx]
execution_payload.block_hash = compute_el_block_hash(spec, execution_payload, state)

# the transaction doesn't contain any blob, but commitments are provided
# the transaction doesn't contain any blob, but commitments are provided
yield from run_execution_payload_processing(spec, state, execution_payload, blob_kzg_commitments)


Expand Down

0 comments on commit 02f6719

Please sign in to comment.