File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/src/architecture/08_concepts/catalyst_voting Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ This document describes a Catalyst V2 vote transaction structure.
2424It is a Catalyst v2 voting transaction
2525defined on top the [ "Generalized Vote Transaction"] ( ./gen_vote_tx.md#specification ) structure.
2626
27- Following that spec we need define a format of ` choice ` , ` proof ` and ` prop_id ` .
27+ Following that spec need to define a format of ` choice ` , ` proof ` and ` prop_id ` .
2828
2929<!-- markdownlint-disable max-one-sentence-per-line -->
3030!!! note
3131
32- - If `choice` is a *public* one, `proof` **must** be `null`.
32+ - If `choice` is *public* one, `proof` **must** be `null`.
3333 - If `choice` is *private* one, `proof` **must** be **not** `null`.
3434<!-- markdownlint-disable max-one-sentence-per-line -->
3535
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ In particular it must be a [CBOR] encoded [BLAKE2b-256] hash bytes:
6666
6767<!-- markdownlint-disable code-block-style -->
6868``` CDDL
69- {{ include_file('src/architecture/08_concepts/catalyst_voting/cddl/get_vote_tx_cose_payload .cddl') }}
69+ {{ include_file('src/architecture/08_concepts/catalyst_voting/cddl/gen_vote_tx_cose_payload .cddl') }}
7070```
7171<!-- markdownlint-enable code-block-style -->
7272
You can’t perform that action at this time.
0 commit comments