Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Oct 28, 2024
1 parent b67bab7 commit a917bd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/src/architecture/08_concepts/catalyst_voting/cat_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Following that spec we need define a format of `choice`, `proof` and `prop_id`.

!!! note

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

<!-- markdownlint-disable max-one-sentence-per-line code-block-style -->
??? note "vote transaction v2 definition: `vote_tx_v2.cddl`"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
vote-tx = [
vote-tx-body,
gen-vote-tx = [
tx-body,
signature
]

vote-tx-body = [
tx-body = [
vote-type
event,
votes,
Expand Down

0 comments on commit a917bd0

Please sign in to comment.