Skip to content

Commit

Permalink
Merge pull request #2099 from Indicio-tech/fix/connection_timing_fix
Browse files Browse the repository at this point in the history
fix: fix connection timing bug
  • Loading branch information
swcurran authored Jan 30, 2023
2 parents e4ab945 + c4472aa commit eaf010c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/protocols/connections/v1_0/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ async def receive_request(
new_connection = ConnRecord(
invitation_key=connection_key,
my_did=my_info.did,
state=ConnRecord.State.INVITATION.rfc160,
state=ConnRecord.State.REQUEST.rfc160,
accept=connection.accept,
their_role=connection.their_role,
connection_protocol=CONN_PROTO,
Expand Down

0 comments on commit eaf010c

Please sign in to comment.