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

@@ -5,5 +5,5 @@ mod message_handler;
mod service;
pub mod sync;
pub use libp2p::NetworkConfig;
pub use eth2_libp2p::NetworkConfig;
pub use service::Service;