Skip to content

Commit

Permalink
Fix verification relationship with base58 example
Browse files Browse the repository at this point in the history
  • Loading branch information
clehner authored and wyc committed Mar 18, 2021
1 parent d6922ee commit 02d2f05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/did-example-foo.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@
],
"assertionMethod": [
"did:example:foo#key1",
"did:example:foo#key2"
"did:example:foo#key2",
"did:example:foo#key3"
],
"authentication": [
"did:example:foo#key1",
"did:example:foo#key2"
"did:example:foo#key2",
"did:example:foo#key3"
]
}

0 comments on commit 02d2f05

Please sign in to comment.