From 77868bf732202c05fee3f228ef0c4d42978a2360 Mon Sep 17 00:00:00 2001 From: thiolliere Date: Thu, 31 Oct 2019 15:28:16 +0100 Subject: [PATCH] improve doc --- cumulus/network/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cumulus/network/src/lib.rs b/cumulus/network/src/lib.rs index 1a3f19693a..9a1b07e198 100644 --- a/cumulus/network/src/lib.rs +++ b/cumulus/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,