Skip to content

Commit

Permalink
sync LC from DAG on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Jun 5, 2022
1 parent 0d7c822 commit 24e77a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beacon_chain/nimbus_beacon_node.nim
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,8 @@ proc init*(T: type BeaconNode,
node.initFullNode(
rng, dag, taskpool, getBeaconTime)

node.updateLightClientFromDag()

node

func verifyFinalization(node: BeaconNode, slot: Slot) =
Expand Down

0 comments on commit 24e77a9

Please sign in to comment.