Skip to content

Commit

Permalink
chore(golang): Introduce upgrade name "agoric-upgrade-16-2" for emerynet
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Jul 9, 2024
1 parent 1de46ad commit df59ce3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion golang/cosmos/app/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import (
)

var upgradeNamesOfThisVersion = map[string]bool{
"agoric-upgrade-16": true,
"agoric-upgrade-16": true,
"agoric-upgrade-16-2": true,
}

func isFirstTimeUpgradeOfThisVersion(app *GaiaApp, ctx sdk.Context) bool {
Expand Down

0 comments on commit df59ce3

Please sign in to comment.