Skip to content

Commit

Permalink
load ledger pluging always (#3070)
Browse files Browse the repository at this point in the history
Signed-off-by: pstlouis <patrick.st-louis@opsecid.ca>
  • Loading branch information
PatStLouis authored Jun 28, 2024
1 parent e949b02 commit 926b3f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aries_cloudagent/config/default_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ async def load_plugins(self, context: InjectionContext):
# Currently providing admin routes only
plugin_registry.register_plugin("aries_cloudagent.holder")

if not self.settings.get("ledger.disabled"):
plugin_registry.register_plugin("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 926b3f5

Please sign in to comment.