diff --git a/src/mpcCoreKit.ts b/src/mpcCoreKit.ts index b072823..a5fd356 100644 --- a/src/mpcCoreKit.ts +++ b/src/mpcCoreKit.ts @@ -1189,7 +1189,7 @@ export class Web3AuthMPCCoreKit implements ICoreKit { const { tssIndex } = await this.tKey.getTSSShare(factorKey); const factorPoint = getPubKeyPoint(factorKey, factorKeyCurve); - const factorPub = factorPoint.toSEC1(this.tkey.tssCurve, true).toString("hex"); + const factorPub = factorPoint.toSEC1(factorKeyCurve, true).toString("hex"); const params = { module: shareDescription,