Skip to content

Commit a917bd0

Browse files
committed
wip
1 parent b67bab7 commit a917bd0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Following that spec we need define a format of `choice`, `proof` and `prop_id`.
2828

2929
!!! note
3030

31-
If `choice` is a public one, `proof` **must** be `null`.
31+
- If `choice` is a *public* one, `proof` **must** be `null`.
32+
- If `choice` is *private* one, `proof` **must** be **not** `null`.
3233

3334
<!-- markdownlint-disable max-one-sentence-per-line code-block-style -->
3435
??? note "vote transaction v2 definition: `vote_tx_v2.cddl`"

docs/src/architecture/08_concepts/catalyst_voting/cddl/gen_vote_tx.cddl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
vote-tx = [
2-
vote-tx-body,
1+
gen-vote-tx = [
2+
tx-body,
33
signature
44
]
55

6-
vote-tx-body = [
6+
tx-body = [
77
vote-type
88
event,
99
votes,

0 commit comments

Comments
 (0)