refactor(x/group): use core migrations api (#19423)

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
This commit is contained in:
Julien Robert
2024-02-14 18:26:52 +00:00
committed by GitHub
co-authored by Aleksandr Bezobchuk
parent 01bad3ebb6
commit f6d970d52f
11 changed files with 40 additions and 32 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ type autocliConfigurator struct {
err error
}
var _ module.Configurator = &autocliConfigurator{}
var _ module.Configurator = &autocliConfigurator{} // nolint:staticcheck // SA1019: Configurator is deprecated but still used in runtime v1.
func (a *autocliConfigurator) MsgServer() gogogrpc.Server { return &a.msgServer }