Skip to content

Commit

Permalink
fix: CLI VP type is VerifiablePresentation
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Feb 25, 2020
1 parent ced30ca commit 1558555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daf-cli/src/credential.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ program
tag: answers.tag,
vp: {
'@context': ['https://www.w3.org/2018/credentials/v1'],
type: ['VerifiableCredential'],
type: ['VerifiablePresentation'],
verifiableCredential,
},
},
Expand Down

0 comments on commit 1558555

Please sign in to comment.