refactor: rename core.registry.LegacyRegistry -> core.registry.InterfaceRegistrar (#19758)
This commit is contained in:
@@ -102,5 +102,5 @@ type ValidatorUpdate struct {
|
||||
|
||||
// HasRegisterInterfaces is the interface for modules to register their msg types.
|
||||
type HasRegisterInterfaces interface {
|
||||
RegisterInterfaces(registry.LegacyRegistry)
|
||||
RegisterInterfaces(registry.InterfaceRegistrar)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user