Skip to content

Commit

Permalink
update service type to did-communication
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Mar 27, 2021
1 parent 2cff6eb commit 033d982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/connections/base_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ async def create_did_document(
service = Service(
did_info.did,
endpoint_ident,
"IndyAgent",
"did-communication",
[pk],
routing_keys,
svc_endpoint,
Expand Down

0 comments on commit 033d982

Please sign in to comment.