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 a5c955f commit 509fbb2Copy full SHA for 509fbb2
specs/_features/verge/beacon-chain.md
@@ -138,8 +138,8 @@ StateDiff = List[StemStateDiff, MAX_STEMS]
138
139
```python
140
class IpaProof(Container):
141
- c_l: Vector[BanderwagonGroupElement, IPA_PROOF_DEPTH]
142
- c_r: Vector[BanderwagonGroupElement, IPA_PROOF_DEPTH]
+ cl: Vector[BanderwagonGroupElement, IPA_PROOF_DEPTH]
+ cr: Vector[BanderwagonGroupElement, IPA_PROOF_DEPTH]
143
final_evaluation = BanderwagonFieldElement
144
```
145
0 commit comments