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 abc0537 commit b97f09fCopy full SHA for b97f09f
tests/setup.ts
@@ -30,6 +30,7 @@ export const criticalResetAccount = async (coreKitInstance: Web3AuthMPCCoreKit):
30
throw new Error("coreKitInstance is not set");
31
}
32
33
+ await coreKitInstance.commitChanges();
34
if (coreKitInstance.tKey.secp256k1Key) {
35
await coreKitInstance.tKey.CRITICAL_deleteTkey();
36
} else {
0 commit comments