Skip to content

Commit

Permalink
Merge pull request #142 from TimoGlastra/fix/cred_di_vc
Browse files Browse the repository at this point in the history
fix: credential should be di_vc
  • Loading branch information
nklomp authored Feb 7, 2024
2 parents 057a407 + fe1d714 commit 9fb0146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/evaluation/handlers/uriEvaluationHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class UriEvaluationHandler extends AbstractEvaluationHandler {
!inputDescriptor['format'] || inputDescriptor?.format?.di || inputDescriptor?.format?.di_vc || inputDescriptor?.format?.di_vp;

if (commonCryptosuites.length > 0 && inputDescriptorAllowsDataIntegrity) {
format = 'di_vp';
format = 'di_vc';
}
}

Expand Down

0 comments on commit 9fb0146

Please sign in to comment.