Skip to content
Snippets Groups Projects
Commit 05838b2c authored by Max Inden's avatar Max Inden Committed by Gavin Wood
Browse files

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

parent 47e665be
Branches
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment