chore: fix function name (#20442)
Co-authored-by: Marko <marko@baricevic.me>
This commit is contained in:
parent
98ba5b42a3
commit
76ae2a14bb
@ -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)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user