mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 10:01:17 +00:00
Companion PR to substrate#4542 (#732)
This commit is contained in:
committed by
Gavin Wood
parent
628dd08c20
commit
affd6e7225
@@ -57,10 +57,6 @@ impl Context<Block> for TestContext {
|
||||
}
|
||||
}
|
||||
|
||||
fn send_consensus(&mut self, _who: PeerId, _consensus: Vec<ConsensusMessage>) {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn send_chain_specific(&mut self, who: PeerId, message: Vec<u8>) {
|
||||
self.messages.push((who, message))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user