Skip to content

Commit 5c13f5c

Browse files
gballetg11tech
andauthored
fix depth+extension serialization type
Co-authored-by: g11tech <[email protected]>
1 parent 509fbb2 commit 5c13f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/_features/verge/beacon-chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class IpaProof(Container):
148148
```python
149149
class VerkleProof(Container):
150150
other_stems: List[Bytes31, MAX_STEMS]
151-
depth_extension_present: List[uint8, MAX_STEMS]
151+
depth_extension_present: ByteList[MAX_STEMS]
152152
commitments_by_path: List[BanderwagonGroupElement, MAX_STEMS * MAX_COMMITMENTS_PER_STEM]
153153
d: BanderwagonGroupElement
154154
ipa_proof: IpaProof

0 commit comments

Comments
 (0)