mirror of https://github.com/vacp2p/nim-libp2p.git
change root object from ref to obj
This commit is contained in:
parent
f8a942ed67
commit
3cd19ddc47
|
@ -9,7 +9,7 @@
|
|||
|
||||
import peer, multiaddress
|
||||
|
||||
type PeerInfo* = object of RootRef
|
||||
type PeerInfo* = object of RootObj
|
||||
peerId*: PeerID
|
||||
addrs*: seq[MultiAddress]
|
||||
protocols*: seq[string]
|
||||
|
|
Loading…
Reference in New Issue