diff --git a/network/src/lib.rs b/network/src/lib.rs index 1a3f19693a..9a1b07e198 100644 --- a/network/src/lib.rs +++ b/network/src/lib.rs @@ -33,6 +33,8 @@ use std::marker::PhantomData; /// Validate that data is a valid justification from a relay-chain validator that the block is a /// valid parachain-block candidate. +/// Data encoding is just `GossipMessage`, the relay-chain validator candidate statement message is +/// the justification. pub struct JustifiedBlockAnnounceValidator { authorities: Vec, phantom: PhantomData,