Skip to content

Commit

Permalink
proper godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Nov 6, 2023
1 parent 0067669 commit 9e07d5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/async-icq/testing/simapp/upgrades/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ const (
V2 = "v2"
)

// CreateDefaultUpgradeHandler creates an upgrade handler which can be used for regular upgrade tests
// that do not require special logic
// CreateDefaultUpgradeHandler creates a base upgrade handler for the async-icq module.
func CreateDefaultUpgradeHandler(
mm *module.Manager,
configurator module.Configurator,
Expand All @@ -28,7 +27,7 @@ func CreateDefaultUpgradeHandler(
}
}

// We will have to import every one here
// CreateV2UpgradeHandler creates the v2 upgrade handler for the param migration.
func CreateV2UpgradeHandler(
mm *module.Manager,
cfg module.Configurator,
Expand Down

0 comments on commit 9e07d5a

Please sign in to comment.