Skip to content

Commit

Permalink
fix copy pasta from package to plugin
Browse files Browse the repository at this point in the history
Signed-off-by: pstlouis <patrick.st-louis@opsecid.ca>
  • Loading branch information
PatStLouis committed Jun 24, 2024
1 parent 720f2e8 commit 171c43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/config/default_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async def load_plugins(self, context: InjectionContext):
plugin_registry.register_plugin("aries_cloudagent.holder")

if not self.settings.get("ledger.disabled"):
plugin_registry.register_package("aries_cloudagent.ledger")
plugin_registry.register_plugin("aries_cloudagent.ledger")

plugin_registry.register_plugin("aries_cloudagent.messaging.jsonld")
plugin_registry.register_plugin("aries_cloudagent.resolver")
Expand Down

0 comments on commit 171c43c

Please sign in to comment.