Skip to content

Commit 509fbb2

Browse files
committed
style: remove confusing underscore
1 parent a5c955f commit 509fbb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/_features/verge/beacon-chain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ StateDiff = List[StemStateDiff, MAX_STEMS]
138138

139139
```python
140140
class IpaProof(Container):
141-
c_l: Vector[BanderwagonGroupElement, IPA_PROOF_DEPTH]
142-
c_r: Vector[BanderwagonGroupElement, IPA_PROOF_DEPTH]
141+
cl: Vector[BanderwagonGroupElement, IPA_PROOF_DEPTH]
142+
cr: Vector[BanderwagonGroupElement, IPA_PROOF_DEPTH]
143143
final_evaluation = BanderwagonFieldElement
144144
```
145145

0 commit comments

Comments
 (0)