We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3e1eb commit bfd0d37Copy full SHA for bfd0d37
packages/server/src/formats/mdoc/verifyMdocPresentation.ts
@@ -46,7 +46,7 @@ export async function verifyMdocPresentation(
46
47
/**
48
* TODO: It's probably not important to return this, and instead verify the certificate chain
49
- * as part of verification using trust anchors specified when calling `verifyResponse()`.
+ * as part of verification using trust anchors specified when calling the verification method.
50
* If the chain can't be verified then reject the presentation.
51
*/
52
const x5cPEM = issuerX5C.map(convertX509BufferToPEM);
0 commit comments