Skip to content

Commit

Permalink
Merge pull request #9 from Whats-Cookin/golda-patch/w3c-implementation
Browse files Browse the repository at this point in the history
add type option
  • Loading branch information
gvelez17 authored Mar 5, 2024
2 parents 229177f + b9f9776 commit 97c6aae
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 97c6aae

Please sign in to comment.