mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 18:27:56 +00:00
Remove NetworkSpecialization::on_event (#3976)
This commit is contained in:
committed by
Gavin Wood
parent
4264613a96
commit
eb3c950cfe
@@ -515,10 +515,6 @@ impl<B: BlockT, S: NetworkSpecialization<B>, H: ExHashT> Protocol<B, S, H> {
|
||||
self.context_data.peers.iter().map(|(id, peer)| (id, &peer.info))
|
||||
}
|
||||
|
||||
pub fn on_event(&mut self, event: Event) {
|
||||
self.specialization.on_event(event);
|
||||
}
|
||||
|
||||
pub fn on_custom_message(
|
||||
&mut self,
|
||||
who: PeerId,
|
||||
|
||||
Reference in New Issue
Block a user