mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-11 21:44:24 +00:00
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…
x
Reference in New Issue
Block a user