Skip to content

Commit

Permalink
Fix copy and past error
Browse files Browse the repository at this point in the history
  • Loading branch information
saltiniroberto committed Apr 18, 2023
1 parent 36fcb81 commit c985605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/phase0/fork-choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def filter_block_tree(store: Store, block_root: Root, blocks: Dict[Root, BeaconB

finalized_checkpoint_block = get_checkpoint_block(
store,
block.parent_root,
block_root,
store.finalized_checkpoint.epoch,
)

Expand Down

0 comments on commit c985605

Please sign in to comment.