Skip to content

Commit

Permalink
🎨 Shorten config key
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Jan 29, 2025
1 parent 8c29be3 commit c5700b8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions acapy_agent/ledger/indy_vdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,7 @@ async def get_or_create(
socks_proxy,
)

config_key = (
name,
keepalive,
cache_duration,
genesis_transactions,
read_only,
socks_proxy,
)
config_key = (name, keepalive, cache_duration, read_only, socks_proxy)
LOGGER.debug("Generated config key: %s", config_key)

async with cls._lock:
Expand Down

0 comments on commit c5700b8

Please sign in to comment.