refactor: rename core.registry.LegacyRegistry -> core.registry.InterfaceRegistrar (#19758)

This commit is contained in:
Matt Kocubinski
2024-03-14 17:53:31 +00:00
committed by GitHub
parent 1b545a571f
commit d54335e1f9
53 changed files with 136 additions and 136 deletions
+1 -1
View File
@@ -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)
}