Rename libp2p to eth2-libp2p

This commit is contained in:
Age Manning
2019-03-20 15:09:24 +11:00
parent 7c7f81d188
commit e080f63811
16 changed files with 37 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
// generates error types
use libp2p;
use eth2_libp2p;
use error_chain::{
error_chain, error_chain_processing, impl_error_chain_kind, impl_error_chain_processed,
@@ -8,6 +8,6 @@ use error_chain::{
error_chain! {
links {
Libp2p(libp2p::error::Error, libp2p::error::ErrorKind);
Libp2p(eth2_libp2p::error::Error, eth2_libp2p::error::ErrorKind);
}
}