chore: fix function name (#20442)

Co-authored-by: Marko <marko@baricevic.me>
This commit is contained in:
yumeiyin
2024-05-24 09:59:30 +00:00
committed by GitHub
co-authored by Marko
parent 98ba5b42a3
commit 76ae2a14bb
+1 -1
View File
@@ -39,7 +39,7 @@ func (m Migrator) Migrate4to5(ctx context.Context) error {
return v5.MigrateStore(ctx, m.keeper.KVStoreService, m.keeper.cdc, m.keeper.Constitution)
}
// Migrate4to5 migrates from version 5 to 6.
// Migrate5to6 migrates from version 5 to 6.
func (m Migrator) Migrate5to6(ctx context.Context) error {
return v6.MigrateStore(ctx, m.keeper.KVStoreService, m.keeper.Params, m.keeper.Proposals)
}