fix: need to use the sre.pk not cidBytes

This commit is contained in:
Derrick Hammer 2023-09-02 08:43:53 -04:00
parent 388c67d818
commit 232669e776
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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();