Skip to content

Commit

Permalink
fix: don't store invitation did as my_did in oob creation
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
  • Loading branch information
dbluhm committed Mar 25, 2024
1 parent 2fa5282 commit 19547fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aries_cloudagent/protocols/out_of_band/v1_0/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ async def create_invitation(
),
alias=alias,
connection_protocol=connection_protocol,
my_did=my_did,
)

async with self.profile.session() as session:
Expand Down

0 comments on commit 19547fc

Please sign in to comment.