mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-20 22:38:11 +00:00
Update specs/phase1/data-availability-sampling.md
Co-authored-by: dankrad <dankrad@ethereum.org>
This commit is contained in:
parent
334c88961c
commit
5e57ff0ab1
@ -174,7 +174,7 @@ def construct_proofs(extended_data_as_poly: Sequence[Point]) -> Sequence[BLSKate
|
||||
```
|
||||
|
||||
```python
|
||||
def commit_to_data(data_as_poly: Sequence[Point]) -> Sequence[BLSCommitment]:
|
||||
def commit_to_data(data_as_poly: Sequence[Point]) -> BLSCommitment:
|
||||
"""Commit to a polynomial by """
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user