fix: need to use the sre.pk not cidBytes
This commit is contained in:
parent
388c67d818
commit
232669e776
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue