Update to latest libp2p

This commit is contained in:
Age Manning
2019-06-25 18:57:11 +10:00
parent a64a6c7d3a
commit 955574f469
3 changed files with 4 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ where
fn poll(
&mut self,
_: &mut PollParameters<'_>,
_: &mut impl PollParameters,
) -> Async<
NetworkBehaviourAction<
<Self::ProtocolsHandler as ProtocolsHandler>::InEvent,