mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-01 03:21:02 +00:00
client/finality-grandpa/communication: Add doc comment for PeerReport (#4684)
This commit is contained in:
@@ -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(super) struct PeerReport {
|
||||||
pub who: PeerId,
|
pub who: PeerId,
|
||||||
pub cost_benefit: ReputationChange,
|
pub cost_benefit: ReputationChange,
|
||||||
|
|||||||
Reference in New Issue
Block a user