We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0000a commit a0cc0ffCopy full SHA for a0cc0ff
packages/sdk-4337/src/client/actions/passkey.ts
@@ -315,7 +315,7 @@ export async function fetchAccount(
315
});
316
317
if (!publicKeyCoords || !publicKeyCoords[0] || !publicKeyCoords[1]) {
318
- throw new Error(`Credential not found in on-chain module for credential ${credentialId}`);
+ throw new Error(`Account credentials not found in on-chain validator module for credential ${credentialId}`);
319
}
320
321
// Convert the public key coordinates back to COSE format
0 commit comments