mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 03:02:12 +00:00
* Update connected peers' topics on NodeEvent After a peer connects they send us the list of the topics they're subscribed to. This causes a NodeEvent to be emitted. This PR makes sure we update the subscription info we have on the newly connected peer. * Formatting * Update protocols/floodsub/src/layer.rs Co-Authored-By: dvdplm <dvdplm@gmail.com> * whiespace