mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-12 02:27:28 +00:00
List typo
This commit is contained in:
parent
29bbdf4393
commit
a4a29a164f
@ -66,7 +66,7 @@ class BlobSidecar(Container):
|
||||
blob: Blob
|
||||
kzg_commitment: KZGCommitment
|
||||
kzg_proof: KZGProof # Allows for quick verification of kzg_commitment
|
||||
commitment_inclusion_proof: [Bytes32, KZG_COMMITMENT_INCLUSION_PROOF_DEPTH]
|
||||
commitment_inclusion_proof: List[Bytes32, KZG_COMMITMENT_INCLUSION_PROOF_DEPTH]
|
||||
signed_block_header: SignedBeaconBlockHeader
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user