diff --git a/substrate/client/finality-grandpa/src/communication/gossip.rs b/substrate/client/finality-grandpa/src/communication/gossip.rs index ec74393d80ff1d0557cb58123175ee4de0bfcc35..7b21c1d0797d315ac49acd951d223d2c48b49617 100644 --- a/substrate/client/finality-grandpa/src/communication/gossip.rs +++ b/substrate/client/finality-grandpa/src/communication/gossip.rs @@ -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,