Fix compilation

This commit is contained in:
William Casarin
2023-01-06 10:41:56 -08:00
parent d5857325b1
commit a153515366

View File

@@ -236,7 +236,7 @@ class RelayPool {
return
}
print("running queueing request: \(req.req) for \(relay)")
print("running queueing request: \(req.req) for \(relay_id)")
self.send(req.req, to: [relay_id])
}
}