Skip to content

Commit

Permalink
Merge pull request #1563 from ianco/master
Browse files Browse the repository at this point in the history
Typo vdr service name
  • Loading branch information
swcurran authored Dec 16, 2021
2 parents 072437b + a641359 commit aa4fd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/core/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async def setup(self):
)[1]
if (
self.root_profile.BACKEND_NAME == "askar"
and ledger.BACKEND_NAME == "indy_vdr"
and ledger.BACKEND_NAME == "indy-vdr"
):
context.injector.bind_instance(BaseLedger, ledger)
context.injector.bind_provider(
Expand Down

0 comments on commit aa4fd14

Please sign in to comment.