Skip to content

Commit 7bf20ac

Browse files
committed
fix
1 parent e9b0a96 commit 7bf20ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

beacon_chain/spec/peerdas_helpers.nim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ proc recover_cells_and_proofs_parallel*(
154154
dataColumns: seq[ref fulu.DataColumnSidecar]):
155155
Result[seq[CellsAndProofs], cstring] =
156156
## Recover blobs from data column sidecars in parallel.
157-
## - Avoids passing stack-owned seq headers to tasks (uses heap-backed seqs + .copy).
158157
## - Bounds in-flight tasks to limit peak memory.
159158
## - Ensures all spawned tasks are awaited (drained) on any early return.
160159

0 commit comments

Comments
 (0)