Skip to content

Commit dcb8427

Browse files
committed
Fix compile error
1 parent e9835aa commit dcb8427

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

beacon_node/beacon_chain/src/beacon_fork_choice_store.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ where
221221
finalized_checkpoint: self.finalized_checkpoint,
222222
justified_checkpoint: self.justified_checkpoint,
223223
justified_balances: self.justified_balances.effective_balances.clone(),
224-
// TODO(paul): consider a database migration here.
225-
best_justified_checkpoint: JUNK_CHECKPOINT,
224+
best_justified_checkpoint: JUNK_BEST_JUSTIFIED_CHECKPOINT,
226225
unrealized_justified_checkpoint: self.unrealized_justified_checkpoint,
227226
unrealized_finalized_checkpoint: self.unrealized_finalized_checkpoint,
228227
proposer_boost_root: self.proposer_boost_root,

0 commit comments

Comments
 (0)