Skip to content

Commit

Permalink
quick fix sync error
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgeihs committed Dec 16, 2024
1 parent abc0537 commit b97f09f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const criticalResetAccount = async (coreKitInstance: Web3AuthMPCCoreKit):
throw new Error("coreKitInstance is not set");
}

await coreKitInstance.commitChanges();
if (coreKitInstance.tKey.secp256k1Key) {
await coreKitInstance.tKey.CRITICAL_deleteTkey();
} else {
Expand Down

0 comments on commit b97f09f

Please sign in to comment.