From 52b91ce214556600cb91c0def385f1063e2af3f8 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 2 May 2018 08:18:54 +0300 Subject: [PATCH] RLPx is not ready yet (compiler errors). --- ethp2p.nim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ethp2p.nim b/ethp2p.nim index bba75d7..4e1c3f6 100644 --- a/ethp2p.nim +++ b/ethp2p.nim @@ -8,6 +8,5 @@ # MIT license (LICENSE-MIT) # -import ethp2p/[ecies, auth, hexdump, enode, rlpxcrypt, discovery, kademlia, - rlpx] -export ecies, auth, enode, hexdump, rlpxcrypt, discovery, kademlia, rlpx +import ethp2p/[ecies, auth, hexdump, enode, rlpxcrypt, discovery, kademlia] +export ecies, auth, enode, hexdump, rlpxcrypt, discovery, kademlia