File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1212from .controllers .wallet import WalletController
1313from .controllers .definitions import DefinitionsController
1414from .controllers .issuer import IssuerController
15+ from .controllers .issuer_v2 import IssuerV2Controller
1516from .controllers .proof import ProofController
1617from .controllers .ledger import LedgerController
1718from .controllers .credential import CredentialController
@@ -85,6 +86,14 @@ def __post_init__(self):
8586
8687 self .didexchange = DidExchangeController (self .admin_url , self .client_session )
8788
89+ self .issuer_v2 = IssuerV2Controller (
90+ self .admin_url ,
91+ self .client_session ,
92+ self .connections ,
93+ self .wallet ,
94+ self .definitions ,
95+ )
96+
8897 self .issuer = IssuerController (
8998 self .admin_url ,
9099 self .client_session ,
You can’t perform that action at this time.
0 commit comments