Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski committed May 13, 2024
1 parent a806ec1 commit 778a5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/upgrade/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func NewKeeper(
skipUpgradeHeights map[int64]bool,
cdc codec.BinaryCodec,
homePath string,
vs xp.AppVersionModifier,
vs app.VersionModifier,
authority string,
) *Keeper {
k := &Keeper{
Expand Down

0 comments on commit 778a5bd

Please sign in to comment.