Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Apr 12, 2024
1 parent 6189528 commit c49a6ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/upgrades/v6_5_4/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ func CreateUpgradeHandler(
keepers *keepers.AppKeepers,
) upgradetypes.UpgradeHandler {
return func(ctx sdk.Context, plan upgradetypes.Plan, vm module.VersionMap) (module.VersionMap, error) {

BrokenProposals := [3]uint64{2, 6, 11}
// gov module store
store := ctx.KVStore(keepers.GetKVStoreKey()["gov"])
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# the upgrade is a fork, "true" otherwise
FORK=${FORK:-"false"}

OLD_VERSION=v6.5.2
OLD_VERSION=v6.5.4
UPGRADE_WAIT=${UPGRADE_WAIT:-20}
HOME=mytestnet
ROOT=$(pwd)
Expand Down

0 comments on commit c49a6ef

Please sign in to comment.