Skip to content

Commit bfd0d37

Browse files
committed
Remove lingering reference to old method name
1 parent 2e3e1eb commit bfd0d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/formats/mdoc/verifyMdocPresentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export async function verifyMdocPresentation(
4646

4747
/**
4848
* 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()`.
49+
* as part of verification using trust anchors specified when calling the verification method.
5050
* If the chain can't be verified then reject the presentation.
5151
*/
5252
const x5cPEM = issuerX5C.map(convertX509BufferToPEM);

0 commit comments

Comments
 (0)