*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")}`)
|
||||
);
|
||||
|
||||
console.log(
|
||||
"node pubkey:",
|
||||
log.info(
|
||||
"Relay Identity is",
|
||||
Buffer.from(dht.defaultKeyPair.publicKey).toString("hex")
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue