Update 0_fork-choice.md

This commit is contained in:
terence tsao 2019-12-25 09:51:29 -08:00 committed by GitHub
parent b698eff2a7
commit 662a986d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ def filter_block_tree(store: Store, block_root: Root, blocks: Dict[Root, BeaconB
```python ```python
def get_filtered_block_tree(store: Store) -> Dict[Root, BeaconBlock]: def get_filtered_block_tree(store: Store) -> Dict[Root, BeaconBlock]:
""" """
Retrieve a filtered block true from ``store``, only returning branches Retrieve a filtered block tree from ``store``, only returning branches
whose leaf state's justified/finalized info agrees with that in ``store``. whose leaf state's justified/finalized info agrees with that in ``store``.
""" """
base = store.justified_checkpoint.root base = store.justified_checkpoint.root