Remove NetworkSpecialization::on_event (#3976)

This commit is contained in:
Pierre Krieger
2019-10-31 16:38:53 +01:00
committed by Gavin Wood
parent 4264613a96
commit eb3c950cfe
4 changed files with 8 additions and 20 deletions
-5
View File
@@ -124,11 +124,6 @@ impl NetworkSpecialization<Block> for DummySpecialization {
_peer_id: PeerId,
_message: Vec<u8>,
) {}
fn on_event(
&mut self,
_event: crate::specialization::Event
) {}
}
pub type PeersFullClient =