Skip to content

Commit

Permalink
load tss lib fix
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuchawla009 committed Nov 6, 2024
1 parent ca72016 commit d49fbd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mpcCoreKit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ export class Web3AuthMPCCoreKit implements ICoreKit {
client: Client;
serverCoeffs: Record<string, string>;
}> {
this.wasmLib = await this.loadTssWasm();
// PreSetup
const { tssShareIndex } = this.state;
const tssPubKey = this.getPubKeyPoint();
Expand Down

0 comments on commit d49fbd4

Please sign in to comment.