*Fix log information

This commit is contained in:
Derrick Hammer 2022-07-25 20:48:06 -04:00
parent b5a9a3b00d
commit 84c00acdcf
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export async function start() {
await new Promise((resolve) => {
httpsServer.listen(relayPort, "0.0.0.0", function () {
const address = httpServer.address() as AddressInfo;
const address = httpsServer.address() as AddressInfo;
log.info(
"DHT Relay Server started on ",
`${address.address}:${address.port}`