mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-23 14:51:34 +00:00
Rename multiaddr and mulithash to parity-* (#737)
* Rename multiaddr and mulithash to parity-* * Fix doctests
This commit is contained in:
@ -73,7 +73,7 @@ macro_rules! match_encoder {
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
/// use multihash::{encode, Hash};
|
||||
/// use parity_multihash::{encode, Hash};
|
||||
///
|
||||
/// assert_eq!(
|
||||
/// encode(Hash::SHA2256, b"hello world").unwrap().into_bytes(),
|
||||
|
Reference in New Issue
Block a user