File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
docs/src/architecture/08_concepts/catalyst_voting Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ vote_tx_body = [
99 voters_data: encoded_cbor
1010]
1111
12- event_info = [* UUID]
12+ event_info = [+ UUID]
1313vote_info = {
1414 brand_id: UUID, ; e.g. Midnight, Catalyst etc.
1515 campaign_id: UUID, ; e.g. treasury campaign
You can’t perform that action at this time.
0 commit comments