mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-03-01 10:40:36 +00:00
fix test format descrition
This commit is contained in:
parent
48143056b9
commit
7ba238a1e8
@ -8,9 +8,9 @@ The test data is declared in a `data.yaml` file:
|
||||
|
||||
```yaml
|
||||
input:
|
||||
blob: List[Blob] -- the data blob
|
||||
commitment: List[KZGCommitment] -- the KZG commitment to the data blob
|
||||
proof: List[KZGProof] -- The KZG proof
|
||||
blobs: List[Blob] -- the data blob
|
||||
commitments: List[KZGCommitment] -- the KZG commitment to the data blob
|
||||
proofs: List[KZGProof] -- The KZG proof
|
||||
output: bool -- true (all proofs are valid) or false (some proofs incorrect)
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user