You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #11908, we can provide a useful error when there are app modules outside the container which could satisfy a required interface, for instance:
Provider provideNFTModule requires bank.Keeper. The following module(s) provide that type:
cosmos.bank.module.v1.Module
The text was updated successfully, but these errors were encountered:
Given that module registration happens on import in init functions, I'm not understanding how depinject could know of an output but not fetch it as input?
Similar to #11908, we can provide a useful error when there are app modules outside the container which could satisfy a required interface, for instance:
The text was updated successfully, but these errors were encountered: