Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
  • Loading branch information
julienrbrt and facundomedica committed Feb 8, 2024
1 parent 2e0b1d2 commit 394a1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/module/configurator.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (c *configurator) RegisterMigration(moduleName string, fromVersion uint64,
}

// Register implements the Configurator.Register method
// It permis to register modules migrations that have migrated to serverv2 but still be compatible with baseapp.
// It allows to register modules migrations that have migrated to server/v2 but still be compatible with baseapp.
func (c *configurator) Register(moduleName string, fromVersion uint64, handler func(context.Context) error) error {
return c.RegisterMigration(moduleName, fromVersion, func(sdkCtx sdk.Context) error {
return handler(sdkCtx)
Expand Down

0 comments on commit 394a1e7

Please sign in to comment.