File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
docs/src/architecture/08_concepts/catalyst_voting Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,6 @@ defined on top the ["Generalized Vote Transaction"](./gen_vote_tx.md#specificati
124124
125125Following 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
155157To generate a cryptographically secured ` private_choice ` and ` zk_proof ` parts you can follow this [ spec] ( ./crypto.md#vote ) .
You can’t perform that action at this time.
0 commit comments