Skip to content

Commit

Permalink
log request result indyVdr
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Nov 27, 2023
1 parent e84874a commit a81ef81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aries_cloudagent/ledger/indy_vdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ async def _submit(
except VdrError as err:
raise LedgerTransactionError("Ledger request error") from err

LOGGER.warning(f"REQUEST RESULT {request_result}")
return request_result

async def _create_schema_request(
Expand Down

0 comments on commit a81ef81

Please sign in to comment.