diff --git a/src/index.ts b/src/index.ts index f1fc1a3..9ec4f2d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -205,7 +205,7 @@ await peerDefer.promise; util.format( "%s: %s", chalk.green("Resolver entry"), - encodeCid(cidBytes, 0, CID_TYPES.RESOLVER, CID_HASH_TYPES.ED25519), + encodeCid(sre.pk, 0, CID_TYPES.RESOLVER, CID_HASH_TYPES.ED25519), ), ); await node.stop();