Skip to content

Commit 4a69a2b

Browse files
committed
fix
1 parent 083ed10 commit 4a69a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/gossip_processing/eth2_processor.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ proc processDataColumnSidecar*(
384384
if not self.dataColumnQuarantine[].supernode:
385385
if self.dataColumnQuarantine[].hasExactDataColumns(forkyBlck, self.dag.cfg):
386386
let gathered_columns =
387-
self.dataColumnQuarantine[].gatherDataColumns(forkyBlck)
387+
self.dataColumnQuarantine[].gatherDataColumns(forkyBlck.root)
388388
for gdc in gathered_columns:
389389
self.dataColumnQuarantine[].put(newClone(gdc))
390390
self.blockProcessor[].enqueueBlock(

0 commit comments

Comments
 (0)