Skip to content

Commit 392c8ce

Browse files
committed
further cleanups
1 parent 876ef3d commit 392c8ce

File tree

3 files changed

+260
-143
lines changed

3 files changed

+260
-143
lines changed

beacon_chain/nimbus_beacon_node.nim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ proc initFullNode(
559559
node.network.peerPool, dag.cfg, supernode, custody_columns_set,
560560
custody_columns_list, dag.cfg.FULU_FORK_EPOCH,
561561
dag.cfg.MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS,
562+
dag.cfg.MAX_BLOBS_PER_BLOCK_ELECTRA,
562563
ColumnSyncerDirection.Forward, getLocalHeadSlot,
563564
getLocalWallSlot, getFirstSlotAtFinalizedEpoch, getBackfillSlot,
564565
getFrontfillSlot, dag.tail.slot, peerdasBlockVerifier,
@@ -2278,6 +2279,7 @@ proc run(node: BeaconNode) {.raises: [CatchableError].} =
22782279
node.network.cfg.FULU_FORK_EPOCH:
22792280
node.requestManager.switchToColumnLoop()
22802281
node.syncOverseer.start()
2282+
node.columnManager.start()
22812283

22822284
waitFor node.updateGossipStatus(wallSlot)
22832285

0 commit comments

Comments
 (0)