fix depth+extension serialization type

Co-authored-by: g11tech <develop@g11tech.io>
This commit is contained in:
Guillaume Ballet 2024-05-27 11:53:38 +02:00 committed by GitHub
parent 509fbb2c5c
commit 5c13f5c651
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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