just a comment

This commit is contained in:
Csaba Kiraly 2022-02-16 10:49:17 +01:00
parent b118a34043
commit bef2b711e5
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ proc toPeerRecord(p: ProvidersProtocol) : PeerRecord =
peerId = PeerId.init(mh.data.buffer).get,
seqNo = 0,
addresses = @[])
# trace "IDs", discNodeId, digest, mh, peerId=result.peerId.hex
proc bootstrapNodes(nodecount: int, bootnodes: openArray[Record], rng = keys.newRng()) : seq[ProvidersProtocol] =