change root object from ref to obj

This commit is contained in:
Dmitriy Ryajov 2019-09-04 15:21:33 -06:00
parent f8a942ed67
commit 3cd19ddc47
1 changed files with 1 additions and 1 deletions

View File

@ -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]