Skip to content

Commit d3c6d3c

Browse files
committed
update vote_tx_v2
1 parent aa69938 commit d3c6d3c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
choice = #6.24(bstr(choice_data))
2-
proof = #6.24(bstr(proof_data)) \ null
3-
prop_id = #6.24(bstr(proposal)) \ null
1+
vote_tx_v2 = vote_tx
42

3+
choice = #6.24(bstr(choice_data))
4+
proof = #6.24(bstr(proof_data))
5+
prop_id = #6.24(bstr(proposal))
56

67
choice_data = public_choice / private_choice
78

@@ -24,3 +25,5 @@ r-response = (scalar, scalar, scalar)
2425
scalar = bytes .size 32
2526
group_element = bytes .size 32
2627

28+
;# include gen_vote_tx
29+

0 commit comments

Comments
 (0)