Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Feb 13, 2025
1 parent dc5019a commit ef44297
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acapy_agent/ledger/indy_vdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ async def context_open(self) -> None:
LOGGER.debug("Opening the pool ledger")
await self._open()
self._ref_count += 1
self.pending_use_count = max(0, self.pending_use_count - 1) # Clear pending
LOGGER.debug(
"Incremented reference count to %s for instance %s",
self._ref_count,
Expand Down

0 comments on commit ef44297

Please sign in to comment.