Skip to content

Commit

Permalink
add type
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelez17 committed Mar 5, 2024
1 parent 229177f commit b9f9776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/runners/agent_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ def __init__(
genesis_txns: str = None,
genesis_txn_list: str = None,
tails_server_base_url: str = None,
cred_type: str = CRED_FORMAT_INDY,
cred_type: str = CRED_FORMAT_INDY or CRED_FORMAT_VC_DI,
show_timing: bool = False,
multitenant: bool = False,
mediation: bool = False,
Expand Down

0 comments on commit b9f9776

Please sign in to comment.