Skip to content

Commit b97f09f

Browse files
committed
quick fix sync error
1 parent abc0537 commit b97f09f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const criticalResetAccount = async (coreKitInstance: Web3AuthMPCCoreKit):
3030
throw new Error("coreKitInstance is not set");
3131
}
3232

33+
await coreKitInstance.commitChanges();
3334
if (coreKitInstance.tKey.secp256k1Key) {
3435
await coreKitInstance.tKey.CRITICAL_deleteTkey();
3536
} else {

0 commit comments

Comments
 (0)