mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-11 11:14:17 +00:00
Fix comment indents
This commit is contained in:
parent
18c32e0a5e
commit
6af3d4cbfc
@ -47,7 +47,7 @@ def is_optimistic(store: Store, block: BeaconBlock) -> bool:
|
||||
|
||||
```python
|
||||
def latest_verified_ancestor(store: Store, block: BeaconBlock) -> BeaconBlock:
|
||||
# It is assumed that the `block` parameter is never an INVALID block.
|
||||
# It is assumed that the `block` parameter is never an INVALID block.
|
||||
while True:
|
||||
if not is_optimistic(store, block) or block.parent_root == Root():
|
||||
return block
|
||||
|
Loading…
x
Reference in New Issue
Block a user