Skip to content

Commit 02f6719

Browse files
committed
Delete double space in comment
1 parent d9c9c66 commit 02f6719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/pyspec/eth2spec/test/deneb/block_processing/test_process_execution_payload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def test_incorrect_transaction_no_blobs_but_with_commitments(spec, state):
235235
execution_payload.transactions = [opaque_tx]
236236
execution_payload.block_hash = compute_el_block_hash(spec, execution_payload, state)
237237

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

241241

0 commit comments

Comments
 (0)