*Use log library

This commit is contained in:
Derrick Hammer 2022-07-23 20:29:46 -04:00
parent 9b59415463
commit 755b760f94
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ export async function start() {
pack(`${config.str("domain")}:${config.uint("port")}`)
);
console.log(
"node pubkey:",
log.info(
"Relay Identity is",
Buffer.from(dht.defaultKeyPair.publicKey).toString("hex")
);