File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/src/architecture/08_concepts/catalyst_voting Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ V1 transaction representation in hex:
4646
4747<!-- markdownlint-disable line-length code-block-style -->
48481 . Transaction size (u32): ` 0000037e `
49- 2 . ` 00 `
49+ 2 . Jörmungandr specific tag (u8): ` 00 `
50503 . Jörmungandr specific tag (u8): ` 0b `
51514 . Vote plan id (32 byte hash): ` 36ad42885189a0ac3438cdb57bc8ac7f6542e05a59d1f2e4d1d38194c9d4ac7b `
52525 . Proposal index (u8): ` 00 `
@@ -135,7 +135,7 @@ Vote:
135135* ` choices ` - a collection of voter choices for the proposal.
136136* ` proof ` - a voter proof, could be ` null ` .
137137* ` prop_id ` - a proposal id for which ` choice ` is made, could be ` null ` .
138- For that case where for the voting event defined only ** one** proposal,
138+ For that case where for the ` event ` defined only ** one** proposal,
139139 so it's redundant to provide an additional identifier for the proposal,
140140 so it could be placed ` null ` .
141141
You can’t perform that action at this time.
0 commit comments