mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-12 10:36:32 +00:00
Fix type annotation in verify_aggregate_kzg_proof
This commit is contained in:
parent
208da34ac4
commit
19c8f21b63
@ -405,7 +405,7 @@ def compute_aggregate_kzg_proof(blobs: Sequence[Blob]) -> KZGProof:
|
||||
```python
|
||||
def verify_aggregate_kzg_proof(blobs: Sequence[Blob],
|
||||
expected_kzg_commitments: Sequence[KZGCommitment],
|
||||
kzg_aggregated_proof: KZGCommitment) -> bool:
|
||||
kzg_aggregated_proof: KZGProof) -> bool:
|
||||
"""
|
||||
Public method.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user