Skip to content

Commit 42e71ee

Browse files
committed
other fixes
1 parent 3b3bf27 commit 42e71ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/sync/column_syncer.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,9 @@ func serializeColumnTable*[A, B](
402402
v.columns.isSome:
403403

404404
# Do nothing, table entry is fine
405+
discard
405406
elif v.columns.len == max(man.cfg.CUSTODY_REQUIREMENT, man.cfg.SAMPLES_PER_SLOT) and
406407
v.columns.isSome:
407-
discard
408408

409409
# Retry as custody has not been reached yet
410410
return err ("Requisite number of columns not yet reached")

0 commit comments

Comments
 (0)