Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
Minor typo
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Feb 20, 2019
1 parent 0f24f94 commit 55a3b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/modules/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ async def send_response(self, msg: Message) -> Message:

response_msg = Message({
'@type': Connection.RESPONSE,
'~thread': { 'thid': pairwise_meta['req_id'] }
'~thread': { 'thid': pairwise_meta['req_id'] },
'connection': {
'DID': my_did,
'DIDDoc': {
Expand Down

0 comments on commit 55a3b15

Please sign in to comment.