Skip to content

Commit

Permalink
chore: no need to change unrealizedJustified in ForkChoiceStore
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Jan 12, 2024
1 parent f711d5e commit df9f706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fork-choice/src/forkChoice/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export interface IForkChoiceStore {
*/
export class ForkChoiceStore implements IForkChoiceStore {
private _justified: CheckpointHexWithTotalBalance;
unrealizedJustified: CheckpointHexWithTotalBalance;
unrealizedJustified: CheckpointHexWithBalance;
private _finalizedCheckpoint: CheckpointWithHex;
unrealizedFinalizedCheckpoint: CheckpointWithHex;
equivocatingIndices = new Set<ValidatorIndex>();
Expand Down

0 comments on commit df9f706

Please sign in to comment.