Add kademlia/discovery to exports.

This commit is contained in:
cheatfate 2018-05-02 08:16:25 +03:00
parent da30ba61eb
commit 3fb04b454f
1 changed files with 3 additions and 2 deletions

View File

@ -8,5 +8,6 @@
# MIT license (LICENSE-MIT)
#
import ethp2p/ecies, ethp2p/auth, ethp2p/hexdump, ethp2p/enode
export ecies, auth, enode, hexdump
import ethp2p/[ecies, auth, hexdump, enode, rlpxcrypt, discovery, kademlia,
rlpx]
export ecies, auth, enode, hexdump, rlpxcrypt, discovery, kademlia, rlpx