We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87804b commit 406d3f1Copy full SHA for 406d3f1
tests/helpers.js
@@ -91,7 +91,7 @@ export const createDisclosedVc = async ({
91
export const endpointCheck = ({endpoint, vcVersion, keyType}) => {
92
const {
93
supportedEcdsaKeyTypes,
94
- // assume support for vc 1.1
+ // assume support for vc 2.0
95
supports = {vc: ['2.0']}
96
} = endpoint.settings;
97
// if an issuer does not support the current keyType skip it
0 commit comments