mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 23:49:54 +00:00
fix depth+extension serialization type
Co-authored-by: g11tech <develop@g11tech.io>
This commit is contained in:
parent
509fbb2c5c
commit
5c13f5c651
@ -148,7 +148,7 @@ class IpaProof(Container):
|
||||
```python
|
||||
class VerkleProof(Container):
|
||||
other_stems: List[Bytes31, MAX_STEMS]
|
||||
depth_extension_present: List[uint8, MAX_STEMS]
|
||||
depth_extension_present: ByteList[MAX_STEMS]
|
||||
commitments_by_path: List[BanderwagonGroupElement, MAX_STEMS * MAX_COMMITMENTS_PER_STEM]
|
||||
d: BanderwagonGroupElement
|
||||
ipa_proof: IpaProof
|
||||
|
Loading…
x
Reference in New Issue
Block a user