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 12
12
from .controllers .wallet import WalletController
13
13
from .controllers .definitions import DefinitionsController
14
14
from .controllers .issuer import IssuerController
15
+ from .controllers .issuer_v2 import IssuerV2Controller
15
16
from .controllers .proof import ProofController
16
17
from .controllers .ledger import LedgerController
17
18
from .controllers .credential import CredentialController
@@ -85,6 +86,14 @@ def __post_init__(self):
85
86
86
87
self .didexchange = DidExchangeController (self .admin_url , self .client_session )
87
88
89
+ self .issuer_v2 = IssuerV2Controller (
90
+ self .admin_url ,
91
+ self .client_session ,
92
+ self .connections ,
93
+ self .wallet ,
94
+ self .definitions ,
95
+ )
96
+
88
97
self .issuer = IssuerController (
89
98
self .admin_url ,
90
99
self .client_session ,
You can’t perform that action at this time.
0 commit comments