Skip to content

Commit

Permalink
chore: gofmt upgrade.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Feb 8, 2025
1 parent 730d4f5 commit f302496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions golang/cosmos/app/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ func unreleasedUpgradeHandler(app *GaiaApp, targetUpgrade string) func(sdk.Conte
// Each CoreProposalStep runs sequentially, and can be constructed from
// one or more modules executing in parallel within the step.
CoreProposalSteps = append(CoreProposalSteps,
// because of #10794, we need to do at least a null upgrade of
// the walletFactory on every software upgrade
// because of #10794, we need to do at least a null upgrade of
// the walletFactory on every software upgrade
vm.CoreProposalStepForModules(
"@agoric/builders/scripts/smart-wallet/build-wallet-factory2-upgrade.js",
),
Expand Down

0 comments on commit f302496

Please sign in to comment.