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
There should exist governance parameters which enable or disable host or controller chain functionality. If the controller chain functionality is enabled, the controller side code should ensure the controller authentication module is not nil. Passing in a nil authentication application to ica.NewIBCModule should be considered valid (this overrides the on chain parameter as no authentication module is provided)
Summary
There should exist governance parameters which enable or disable host or controller chain functionality. If the controller chain functionality is enabled, the controller side code should ensure the controller authentication module is not nil. Passing in a nil authentication application to
ica.NewIBCModule
should be considered valid (this overrides the on chain parameter as no authentication module is provided)Code changes needed to close issue:
For Admin Use
The text was updated successfully, but these errors were encountered: