We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509fbb2 commit 5c13f5cCopy full SHA for 5c13f5c
specs/_features/verge/beacon-chain.md
@@ -148,7 +148,7 @@ class IpaProof(Container):
148
```python
149
class VerkleProof(Container):
150
other_stems: List[Bytes31, MAX_STEMS]
151
- depth_extension_present: List[uint8, MAX_STEMS]
+ depth_extension_present: ByteList[MAX_STEMS]
152
commitments_by_path: List[BanderwagonGroupElement, MAX_STEMS * MAX_COMMITMENTS_PER_STEM]
153
d: BanderwagonGroupElement
154
ipa_proof: IpaProof
0 commit comments