Skip to content

Commit a8ea635

Browse files
authored
Update packages/client/lib/CredentialRequestClient.ts
1 parent d2e9b7d commit a8ea635

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/client/lib/CredentialRequestClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export async function buildProof<DIDDoc>(
4242
if ('proof_type' in proofInput) {
4343
if (opts.cNonce) {
4444
throw Error(`Cnonce param is only supported when using a Proof of Posession builder`);
45-
//decodeJwt(proofInput.jwt).
4645
}
4746
return await ProofOfPossessionBuilder.fromProof(proofInput as ProofOfPossession, opts.version).build();
4847
}

0 commit comments

Comments
 (0)