mirror of https://github.com/vacp2p/nim-libp2p.git
Merge branch 'master' of github.com:status-im/nim-libp2p
This commit is contained in:
commit
eed7ce92c1
|
@ -121,6 +121,7 @@ type
|
|||
servers*: seq[P2PServer]
|
||||
log*: string
|
||||
loggerFut*: Future[void]
|
||||
userData*: RootRef
|
||||
|
||||
PeerInfo* = object
|
||||
peer*: PeerID
|
||||
|
|
Loading…
Reference in New Issue