mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
Specialization::on_message now takes Vec<u8> (#3054)
This commit is contained in:
committed by
Gavin Wood
parent
1e126eab2f
commit
3a002a9100
@@ -114,7 +114,7 @@ impl NetworkSpecialization<Block> for DummySpecialization {
|
||||
&mut self,
|
||||
_ctx: &mut dyn Context<Block>,
|
||||
_peer_id: PeerId,
|
||||
_message: &mut Option<crate::message::Message<Block>>,
|
||||
_message: Vec<u8>,
|
||||
) {}
|
||||
|
||||
fn on_event(
|
||||
|
||||
Reference in New Issue
Block a user