Skip to content

Commit 3b3bf27

Browse files
committed
oops
1 parent b586943 commit 3b3bf27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beacon_chain/sync/column_syncer.nim

+1
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ func serializeColumnTable*[A, B](
404404
# Do nothing, table entry is fine
405405
elif v.columns.len == max(man.cfg.CUSTODY_REQUIREMENT, man.cfg.SAMPLES_PER_SLOT) and
406406
v.columns.isSome:
407+
discard
407408

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

0 commit comments

Comments
 (0)