mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 03:02:12 +00:00
`FixedPeersIter` requires the initial set of peers to be passed as `PeerId`s and not as `Key<PeerId>`s. This commit removes the unnecessary conversion.