fix: need to use the sre.pk not cidBytes

This commit is contained in:
Derrick Hammer 2023-09-02 08:42:46 -04:00
parent ab785eab9d
commit c65a212e56
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

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