Skip to content

Commit

Permalink
Merge pull request #2261 from usingtechnology/issue-2259
Browse files Browse the repository at this point in the history
Assign ~thread.thid with thread_id value
  • Loading branch information
swcurran authored Jun 9, 2023
2 parents 8b22ed3 + 88769c9 commit cc75e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ async def _create(cred_def_id):
offers_attach=[CredentialOffer.wrap_indy_offer(credential_offer)],
)

credential_offer_message._thread = {"thid": cred_ex_record.thread_id}
credential_offer_message._thread = {"thid": credential_offer_message._thread_id}
credential_offer_message.assign_trace_decorator(
self._profile.settings, cred_ex_record.trace
)
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ sphinx-rtd-theme>=0.4.3
ptvsd==4.3.2
pydevd==1.5.1

pydevd-pycharm~=193.6015.39
pydevd-pycharm~=193.6015.39

0 comments on commit cc75e9a

Please sign in to comment.