We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9835aa commit dcb8427Copy full SHA for dcb8427
1 file changed
beacon_node/beacon_chain/src/beacon_fork_choice_store.rs
@@ -221,8 +221,7 @@ where
221
finalized_checkpoint: self.finalized_checkpoint,
222
justified_checkpoint: self.justified_checkpoint,
223
justified_balances: self.justified_balances.effective_balances.clone(),
224
- // TODO(paul): consider a database migration here.
225
- best_justified_checkpoint: JUNK_CHECKPOINT,
+ best_justified_checkpoint: JUNK_BEST_JUSTIFIED_CHECKPOINT,
226
unrealized_justified_checkpoint: self.unrealized_justified_checkpoint,
227
unrealized_finalized_checkpoint: self.unrealized_finalized_checkpoint,
228
proposer_boost_root: self.proposer_boost_root,
0 commit comments