Skip to content

Commit 97d0bb0

Browse files
committed
wip
1 parent 0ce7e32 commit 97d0bb0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ Vote:
146146
* `choice` - a voter choice.
147147
* `proof` - a voter proof, could be `null`.
148148
* `prop_id` - a proposal id for which `choice` is made, could be `null`.
149+
For that case where for the voting event defined only **one** proposal,
150+
so it's redundant to provide an additional identifier for the proposal,
151+
so it could be placed `null`.
149152

150153
#### Transaction signing
151154

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vote_tx_body = [
99
voters_data: encoded_cbor
1010
]
1111

12-
event_info = [* UUID]
12+
event_info = [+ UUID]
1313
vote_info = {
1414
brand_id: UUID, ; e.g. Midnight, Catalyst etc.
1515
campaign_id: UUID, ; e.g. treasury campaign

0 commit comments

Comments
 (0)