From d55448946f5ca91a54db9d68996baab91f9bde7a Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Tue, 9 Oct 2018 18:21:09 +1100 Subject: [PATCH] Removed the network-libp2p directory from the directory structure part of README. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c58312b382..48317f162e 100644 --- a/README.md +++ b/README.md @@ -165,8 +165,6 @@ Here we provide an overview of the directory structure: validation, BLS crypto, etc. - `/lighthouse`: contains logic specific to this client implementation. E.g., CLI parsing, RPC end-points, databases, etc. -- `/network-libp2p`: contains a proof-of-concept libp2p implementation. This component will be - replaced once research around p2p has been finalized. ## Contact