mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 21:27:57 +00:00
Incorporate sc-peerset into sc-network (#14236)
This commit is contained in:
@@ -62,7 +62,7 @@ pub type Statements = Vec<Statement>;
|
||||
pub type StatementImportFuture = oneshot::Receiver<SubmitResult>;
|
||||
|
||||
mod rep {
|
||||
use sc_peerset::ReputationChange as Rep;
|
||||
use sc_network::ReputationChange as Rep;
|
||||
/// Reputation change when a peer sends us any statement.
|
||||
///
|
||||
/// This forces node to verify it, thus the negative value here. Once statement is verified,
|
||||
|
||||
Reference in New Issue
Block a user