Skip to content

Commit 4e94c30

Browse files
committed
chore: nit
1 parent 0edc47e commit 4e94c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/spec/peerdas_helpers.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ proc recover_cells_and_proofs_parallel*(
153153
dataColumns: seq[ref DataColumnSidecar]):
154154
Result[seq[CellsAndProofs], cstring] =
155155
## This helper recovers blobs from the data column sidecars parallelly
156-
if not (dataColumns.len != 0):
156+
if data_columns.len == 0:
157157
return err("DataColumnSidecar: Length should not be 0")
158158

159159
let

0 commit comments

Comments
 (0)