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,15 +1,15 @@
extern crate bs58;
extern crate bincode;
extern crate data_encoding;
extern crate multiaddr;
extern crate parity_multiaddr;
extern crate multihash;
extern crate quickcheck;
extern crate rand;
extern crate serde_json;
use data_encoding::HEXUPPER;
use multiaddr::*;
use multihash::Multihash;
use parity_multiaddr::*;
use quickcheck::{Arbitrary, Gen, QuickCheck};
use rand::Rng;
use std::{