Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update candidate.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin authored Aug 17, 2020
1 parent 29fd8aa commit 4bbb9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roadmap/implementers-guide/src/types/candidate.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ struct TransientValidationData {
/// vector is sorted ascending by the para id and doesn't contain multiple entries with the same
/// sender. This informs the collator.
hrmp_mqc_heads: Vec<(ParaId, Hash)>,
/// A vector that enumerates the list of blocks in which there were at least one message was
/// A vector that enumerates the list of blocks in which there was at least one message
/// received. The first number is always after the watermark.
hrmp_digest: Vec<BlockNumber>,
/// The watermark of the HRMP. That is, the block number up to which (inclusive) all HRMP messages
Expand Down

0 comments on commit 4bbb9a9

Please sign in to comment.