mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-03 02:05:03 +00:00
Fix compilation errors.
This commit is contained in:
parent
547c8a44d0
commit
0f0a839444
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user