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 fcc7b41 commit c0a0949Copy full SHA for c0a0949
tests/setup.ts
@@ -38,7 +38,7 @@ export const criticalResetAccount = async (coreKitInstance: Web3AuthMPCCoreKit,
38
input: { message: "KEY_NOT_FOUND" },
39
});
40
if (manualSync) {
41
- await coreKitInstance.commitChanges();
+ await coreKitInstance.tKey.syncLocalMetadataTransitions();
42
}
43
44
};
0 commit comments