Skip to content

Commit

Permalink
add temp debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Oct 16, 2024
1 parent 174f3d7 commit 27d7cf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/services/onboarding/util/register_issuer_did.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ async def wait_issuer_did_transaction_endorsed(
)

for transaction in transactions_response.results:
if transaction.connection_id == issuer_connection_id:
logger.info("STATE: {}", transaction.state)
if (
transaction.connection_id == issuer_connection_id
and transaction.state == "transaction_acked"
Expand Down

0 comments on commit 27d7cf0

Please sign in to comment.