chore: fix function name (#20442)

Co-authored-by: Marko <marko@baricevic.me>
This commit is contained in:
yumeiyin 2024-05-24 11:59:30 +02:00 committed by GitHub
parent 98ba5b42a3
commit 76ae2a14bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)
}