Rename multiaddr and mulithash to parity-* (#737)

* Rename multiaddr and mulithash to parity-*

* Fix doctests
This commit is contained in:
Pierre Krieger
2018-12-07 15:40:02 +01:00
committed by GitHub
parent 8d8fc75a4e
commit d94a768bd9
16 changed files with 36 additions and 42 deletions

View File

@ -1,6 +1,6 @@
extern crate multihash;
extern crate parity_multihash;
use multihash::*;
use parity_multihash::*;
/// Helper function to convert a hex-encoded byte array back into a bytearray
fn hex_to_bytes(s: &str) -> Vec<u8> {