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 committed Aug 18, 2020
1 parent 83f1ed3 commit 782dbde
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 @@ -167,7 +167,7 @@ struct TransientValidationData {
///
/// This informs a relay-chain backing check and the parachain logic.
code_upgrade_allowed: Option<BlockNumber>,
/// 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 782dbde

Please sign in to comment.