Skip to content

Commit

Permalink
Merge pull request #1082 from TimoGlastra/add-assertion-method-sov
Browse files Browse the repository at this point in the history
fix: add assertionMethod to did:sov diddocs
  • Loading branch information
sklump authored Apr 12, 2021
2 parents dc001d9 + d6d7216 commit 87165c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aries_cloudagent/resolver/default/indy.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ async def _resolve(self, profile: Profile, did: str) -> dict:
ident="key-1", suite=self.SUITE, material=recipient_key
)
builder.authentication.reference(vmethod.id)
builder.assertion_method.reference(vmethod.id)
if endpoint:
# TODO add priority
builder.services.add_didcomm(
Expand Down

0 comments on commit 87165c2

Please sign in to comment.