Update fork-choice.md

Fix outdated (likely a Bellatrix cut-paste) description of change.
This commit is contained in:
henridf 2023-02-24 14:07:16 +01:00 committed by GitHub
parent ae022e369c
commit 136c78ddc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ def is_data_available(beacon_block_root: Root, blob_kzg_commitments: Sequence[KZ
### `on_block`
*Note*: The only modification is the addition of the verification of transition block conditions.
*Note*: The only modification is the addition of the blob data availability check.
```python
def on_block(store: Store, signed_block: SignedBeaconBlock) -> None: