Skip to content

Commit c003d73

Browse files
tomakagavofyork
authored andcommitted
Companion PR to substrate#4542 (paritytech#732)
1 parent 6c8eb8a commit c003d73

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

network/src/tests/mod.rs

-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ impl Context<Block> for TestContext {
5757
}
5858
}
5959

60-
fn send_consensus(&mut self, _who: PeerId, _consensus: Vec<ConsensusMessage>) {
61-
unimplemented!()
62-
}
63-
6460
fn send_chain_specific(&mut self, who: PeerId, message: Vec<u8>) {
6561
self.messages.push((who, message))
6662
}

0 commit comments

Comments
 (0)