Fix compilation errors.

This commit is contained in:
cheatfate 2020-02-26 14:52:46 +02:00 committed by zah
parent 547c8a44d0
commit 0f0a839444

View File

@ -125,6 +125,9 @@ proc safeClose(stream: P2PStream) {.async.} =
if P2PStreamFlags.Closed notin stream.flags:
await close(stream)
proc handleIncomingPeer*(peer: Peer) {.inline.} =
discard
include eth/p2p/p2p_backends_helpers
include eth/p2p/p2p_tracing
include libp2p_backends_common