fix: need to use the sre.pk not cidBytes
This commit is contained in:
parent
ab785eab9d
commit
c65a212e56
|
@ -189,7 +189,7 @@ await peerDefer.promise;
|
||||||
util.format(
|
util.format(
|
||||||
"%s: %s",
|
"%s: %s",
|
||||||
chalk.green("Resolver entry"),
|
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();
|
await node.stop();
|
||||||
|
|
Loading…
Reference in New Issue