diff --git a/src/index.ts b/src/index.ts index 595b837..6a0c0fc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -202,7 +202,7 @@ await peerDefer.promise; util.format( "%s: %s", chalk.green("Resolver entry"), - encodeCid(sre.pk, 0, CID_TYPES.RESOLVER, CID_HASH_TYPES.ED25519), + encodeCid(sre.pk.slice(1), 0, CID_TYPES.RESOLVER, CID_HASH_TYPES.ED25519), ), ); await node.stop();