mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-01-13 16:24:44 +00:00
Fix server.nim was not exported.
This commit is contained in:
parent
c7d155b24b
commit
66ff278f33
@ -8,5 +8,5 @@
|
||||
# MIT license (LICENSE-MIT)
|
||||
#
|
||||
|
||||
import eth_p2p/[ecies, auth, enode, rlpxcrypt, discovery, kademlia]
|
||||
export ecies, auth, enode, rlpxcrypt, discovery, kademlia
|
||||
import eth_p2p/[ecies, auth, enode, rlpxcrypt, discovery, kademlia, server]
|
||||
export ecies, auth, enode, rlpxcrypt, discovery, kademlia, server
|
||||
|
Loading…
x
Reference in New Issue
Block a user