Update specs/altair/sync-protocol.md
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
This commit is contained in:
parent
77188726de
commit
c4f70970c4
|
@ -107,7 +107,7 @@ def get_subtree_index(generalized_index: GeneralizedIndex) -> uint64:
|
||||||
```python
|
```python
|
||||||
def get_active_header(update: LightClientUpdate) -> BeaconBlockHeader:
|
def get_active_header(update: LightClientUpdate) -> BeaconBlockHeader:
|
||||||
# Is the update trying to convince us of a finalized header or an optimistic header?
|
# Is the update trying to convince us of a finalized header or an optimistic header?
|
||||||
if update.finalized_header BeaconBlockHeader():
|
if update.finalized_header != BeaconBlockHeader():
|
||||||
return update.finalized_header
|
return update.finalized_header
|
||||||
else:
|
else:
|
||||||
return update.attested_header
|
return update.attested_header
|
||||||
|
|
Loading…
Reference in New Issue