mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 21:16:52 +00:00
Clean up unused variable for linter
This commit is contained in:
parent
d0cf4e7bad
commit
663af77737
@ -226,7 +226,6 @@ def get_head(store: Store) -> Root:
|
||||
blocks = get_filtered_block_tree(store)
|
||||
# Execute the LMD-GHOST fork choice
|
||||
head = store.justified_checkpoint.root
|
||||
justified_slot = compute_start_slot_at_epoch(store.justified_checkpoint.epoch)
|
||||
while True:
|
||||
children = [
|
||||
root for root in blocks.keys()
|
||||
|
Loading…
x
Reference in New Issue
Block a user