*Use log library
This commit is contained in:
parent
9b59415463
commit
755b760f94
|
@ -44,8 +44,8 @@ export async function start() {
|
||||||
pack(`${config.str("domain")}:${config.uint("port")}`)
|
pack(`${config.str("domain")}:${config.uint("port")}`)
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log(
|
log.info(
|
||||||
"node pubkey:",
|
"Relay Identity is",
|
||||||
Buffer.from(dht.defaultKeyPair.publicKey).toString("hex")
|
Buffer.from(dht.defaultKeyPair.publicKey).toString("hex")
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue