Skip to content

Commit 2546811

Browse files
committed
fix
1 parent 5f9192d commit 2546811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ V1 transaction representation in hex:
4646

4747
<!-- markdownlint-disable line-length code-block-style -->
4848
1. Transaction size (u32): `0000037e`
49-
2. `00`
49+
2. Jörmungandr specific tag (u8): `00`
5050
3. Jörmungandr specific tag (u8): `0b`
5151
4. Vote plan id (32 byte hash): `36ad42885189a0ac3438cdb57bc8ac7f6542e05a59d1f2e4d1d38194c9d4ac7b`
5252
5. 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

0 commit comments

Comments
 (0)