client/finality-grandpa/communication: Add doc comment for PeerReport (#4684)

This commit is contained in:
Max Inden
2020-01-20 17:25:56 +01:00
committed by Gavin Wood
parent 47e665be2e
commit 05838b2c65
@@ -1445,6 +1445,7 @@ impl<Block: BlockT> sc_network_gossip::Validator<Block> for GossipValidator<Bloc
}
}
/// Report specifying a reputation change for a given peer.
pub(super) struct PeerReport {
pub who: PeerId,
pub cost_benefit: ReputationChange,