We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca72016 commit d49fbd4Copy full SHA for d49fbd4
src/mpcCoreKit.ts
@@ -654,6 +654,7 @@ export class Web3AuthMPCCoreKit implements ICoreKit {
654
client: Client;
655
serverCoeffs: Record<string, string>;
656
}> {
657
+ this.wasmLib = await this.loadTssWasm();
658
// PreSetup
659
const { tssShareIndex } = this.state;
660
const tssPubKey = this.getPubKeyPoint();
0 commit comments