Skip to content

Commit

Permalink
Moved manifest record
Browse files Browse the repository at this point in the history
  • Loading branch information
MissingNO57 committed Oct 16, 2024
1 parent 2c77396 commit 4566df4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/upgrade_cudos.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,9 @@ func updateActiveDelegatorsSet(app *App, ctx sdk.Context, cudosCfg *CudosMergeCo
params.MaxValidators = cudosCfg.Config.NewMaxValidators
// Set the new params
app.StakingKeeper.SetParams(ctx, params)
manifest.NewMaxValidators = params.MaxValidators
}

manifest.NewMaxValidators = params.MaxValidators

return nil
}

Expand Down

0 comments on commit 4566df4

Please sign in to comment.