Skip to content

Commit

Permalink
fix: add holder for self-asserted verifiable credential
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 authored and BigBlueHat committed Dec 11, 2024
1 parent e5e3bb8 commit d0e777a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/input/presentation-context-combo1-ok.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": [
"VerifiablePresentation"
],
"holder": "did:key:z6MkpJySvETLnxhQG9DzEdmKJtysBDjuuTeDfUj1uNNCUqcj",
"verifiableCredential": [
{
"@context": [
Expand Down
1 change: 1 addition & 0 deletions tests/input/presentation-context-combo2-ok.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"VerifiablePresentation",
"ExampleVerifiablePresentation"
],
"holder": "did:key:z6MkpJySvETLnxhQG9DzEdmKJtysBDjuuTeDfUj1uNNCUqcj",
"verifiableCredential": [
{
"@context": [
Expand Down

0 comments on commit d0e777a

Please sign in to comment.