Skip to content

Commit d49fbd4

Browse files
load tss lib fix
1 parent ca72016 commit d49fbd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mpcCoreKit.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ export class Web3AuthMPCCoreKit implements ICoreKit {
654654
client: Client;
655655
serverCoeffs: Record<string, string>;
656656
}> {
657+
this.wasmLib = await this.loadTssWasm();
657658
// PreSetup
658659
const { tssShareIndex } = this.state;
659660
const tssPubKey = this.getPubKeyPoint();

0 commit comments

Comments
 (0)