mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-20 05:16:35 +00:00
This reverts commit 73996885cb
.
This commit is contained in:
@ -484,8 +484,8 @@ where
|
||||
(cipher, hmac)
|
||||
};
|
||||
|
||||
Ok(full_codec(socket, encoding_cipher, encoding_hmac,
|
||||
decoding_cipher, decoding_hmac))
|
||||
Ok(full_codec(socket, encoding_cipher, encoding_hmac, decoding_cipher,
|
||||
decoding_hmac))
|
||||
});
|
||||
|
||||
match codec {
|
||||
|
Reference in New Issue
Block a user