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 e1eb57f commit b3beb44Copy full SHA for b3beb44
tests/login-disableHashedFactorKey.spec.ts
@@ -280,7 +280,7 @@ variable.forEach((testVariable) => {
280
const deviceFactorKey3 = await coreKitInstance3.getDeviceFactor();
281
await coreKitInstance3.inputFactorKey(new BN(deviceFactorKey3, "hex"));
282
283
- coreKitInstance.setTssWalletIndex(0);
+ coreKitInstance3.setTssWalletIndex(0);
284
const pubkey3index0 = bufferToElliptic(coreKitInstance3.getPubKey());
285
coreKitInstance3.setTssWalletIndex(1);
286
const pubkey3index1 = bufferToElliptic(coreKitInstance3.getPubKey());
0 commit comments