Skip to content

Commit

Permalink
Typo fix in the file upgrades.go
Browse files Browse the repository at this point in the history
Signed-off-by: MaxweLL22-22 <vinyls-behest.2f@icloud.com>
  • Loading branch information
MaxweLL22-22 authored Jan 21, 2025
1 parent 27b4e67 commit da7297c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func (app *AkashApp) registerUpgradeHandlers() error {
app.Logger().Info(fmt.Sprintf("initializing upgrade `%s`", name))
upgrade, err := fn(app.Logger(), &app.App)
if err != nil {
return fmt.Errorf("unable to unitialize upgrade `%s`: %w", name, err)
return fmt.Errorf("unable to uninitialize upgrade `%s`: %w", name, err)
}

app.Keepers.Cosmos.Upgrade.SetUpgradeHandler(name, upgrade.UpgradeHandler())
Expand Down

0 comments on commit da7297c

Please sign in to comment.