Skip to content

Commit

Permalink
chore: reformat go code in upgrade.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Nov 27, 2024
1 parent ccdb5d6 commit ff4ea1b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions golang/cosmos/app/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,16 +214,16 @@ func unreleasedUpgradeHandler(app *GaiaApp, targetUpgrade string) func(sdk.Conte
),
)

// // CoreProposals for Upgrade 19. These should not be introduced
// // before upgrade 18 is done because they would be run in n:upgrade-next
// CoreProposalSteps = append(CoreProposalSteps,
// vm.CoreProposalStepForModules(
// "@agoric/builders/scripts/inter-protocol/replace-feeDistributor.js",
// ),
// vm.CoreProposalStepForModules(
// "@agoric/builders/scripts/vats/upgrade-board.js",
// ),
// )
// // CoreProposals for Upgrade 19. These should not be introduced
// // before upgrade 18 is done because they would be run in n:upgrade-next
// CoreProposalSteps = append(CoreProposalSteps,
// vm.CoreProposalStepForModules(
// "@agoric/builders/scripts/inter-protocol/replace-feeDistributor.js",
// ),
// vm.CoreProposalStepForModules(
// "@agoric/builders/scripts/vats/upgrade-board.js",
// ),
// )
}

app.upgradeDetails = &upgradeDetails{
Expand Down

0 comments on commit ff4ea1b

Please sign in to comment.