Skip to content

Commit

Permalink
chore: comment fix for v11 upgrade mainnet. (#309)
Browse files Browse the repository at this point in the history
comment fix for v11 upgrade mainnet.
  • Loading branch information
puneet2019 authored Mar 19, 2024
1 parent 92c4760 commit b9dc308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/upgrades/v11.8.0/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import (
ratesynctypes "github.com/persistenceOne/pstake-native/v2/x/ratesync/types"
)

// This was buggy in mainnet upgrade -> potantial fix/ diff should have been -> https://github.com/persistenceOne/persistenceCore/pull/308
// PR #308 is not merged to preserve upgrade history as is.
func CreateUpgradeHandler(args upgrades.UpgradeHandlerArgs) upgradetypes.UpgradeHandler {
return func(ctx sdk.Context, plan upgradetypes.Plan, vm module.VersionMap) (module.VersionMap, error) {
ctx.Logger().Info("running upgrade handler")
Expand Down

0 comments on commit b9dc308

Please sign in to comment.