diff --git a/lib/evaluation/handlers/uriEvaluationHandler.ts b/lib/evaluation/handlers/uriEvaluationHandler.ts index 252ad297..f4c07f88 100644 --- a/lib/evaluation/handlers/uriEvaluationHandler.ts +++ b/lib/evaluation/handlers/uriEvaluationHandler.ts @@ -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'; } }