We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083ed10 commit 4a69a2bCopy full SHA for 4a69a2b
beacon_chain/gossip_processing/eth2_processor.nim
@@ -384,7 +384,7 @@ proc processDataColumnSidecar*(
384
if not self.dataColumnQuarantine[].supernode:
385
if self.dataColumnQuarantine[].hasExactDataColumns(forkyBlck, self.dag.cfg):
386
let gathered_columns =
387
- self.dataColumnQuarantine[].gatherDataColumns(forkyBlck)
+ self.dataColumnQuarantine[].gatherDataColumns(forkyBlck.root)
388
for gdc in gathered_columns:
389
self.dataColumnQuarantine[].put(newClone(gdc))
390
self.blockProcessor[].enqueueBlock(
0 commit comments