Skip to content

Commit

Permalink
fix: VP aud
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Mar 3, 2020
1 parent 5d223cd commit bc9f498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/expressjs-ethr/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ async function main() {
type: W3C.ActionTypes.signVp,
did: identity.did,
data: {
sub: did,
aud: did,
vp: {
'@context': ['https://www.w3.org/2018/credentials/v1'],
type: ['VerifiablePresentation'],
Expand Down

0 comments on commit bc9f498

Please sign in to comment.