Skip to content

Commit 57bdaec

Browse files
committed
fix, add missing comma
1 parent b005187 commit 57bdaec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gen-vote-tx<choice-t, proof-t, prop-id-t, voter-data-t> = [
44
]
55

66
tx-body<choice-t, proof-t, prop-id-t, voter-data-t> = [
7-
vote-type
7+
vote-type,
88
event,
99
votes<choice-t, proof-t, prop-id-t>,
1010
voter-data<voter-data-t>,

0 commit comments

Comments
 (0)