mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-08-01 01:11:58 +00:00
feat(yamux): rename symbols to follow module-based naming convention
Implements our naming convention for the `libp2p-yamux` crate. Related: #2217. Pull-Request: #3852.
This commit is contained in:
@@ -357,7 +357,7 @@ where
|
||||
transport
|
||||
.upgrade(upgrade::Version::V1)
|
||||
.authenticate(PlainText2Config { local_public_key })
|
||||
.multiplex(libp2p_yamux::YamuxConfig::default())
|
||||
.multiplex(libp2p_yamux::Config::default())
|
||||
.boxed()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user