Skip to content

Commit 9e2d86e

Browse files
committed
wip
1 parent 825807d commit 9e2d86e

File tree

1 file changed

+4
-2
lines changed
  • docs/src/architecture/08_concepts/catalyst_voting

1 file changed

+4
-2
lines changed

docs/src/architecture/08_concepts/catalyst_voting/jorm.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ defined on top the ["Generalized Vote Transaction"](./gen_vote_tx.md#specificati
124124

125125
Following that spec we need define a format of `choice`, `proof` and `prop_id`.
126126

127-
If `choice` is a public one, `proof` **must** be `null`.
128-
129127
`jorm_v2/choice.cddl`:
130128

131129
<!-- markdownlint-disable code-block-style -->
@@ -150,6 +148,10 @@ If `choice` is a public one, `proof` **must** be `null`.
150148
```
151149
<!-- markdownlint-enable code-block-style -->
152150

151+
!!! note
152+
153+
If `choice` is a public one, `proof` **must** be `null`.
154+
153155
#### Vote generation
154156

155157
To generate a cryptographically secured `private_choice` and `zk_proof` parts you can follow this [spec](./crypto.md#vote).

0 commit comments

Comments
 (0)