mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 02:48:03 +00:00
Don't mark peers sending expired messages as useless (#1944)
This commit is contained in:
committed by
Bastian Köcher
parent
9f3b4468db
commit
8d290f6110
@@ -484,7 +484,6 @@ impl<B: BlockT, S: NetworkSpecialization<B>, H: ExHashT> Protocol<B, S, H> {
|
||||
&mut ProtocolContext::new(&mut self.context_data, &self.network_chan),
|
||||
who,
|
||||
msg,
|
||||
self.sync.status().is_major_syncing(),
|
||||
);
|
||||
}
|
||||
other => self.specialization.on_message(
|
||||
|
||||
Reference in New Issue
Block a user