diff --git a/app/upgrades/v20/upgrades.go b/app/upgrades/v20/upgrades.go index 4e36917448f..6a23190241a 100644 --- a/app/upgrades/v20/upgrades.go +++ b/app/upgrades/v20/upgrades.go @@ -31,6 +31,7 @@ const ( // It performs module migrations, as well as the following tasks: // - Initializes the MaxProviderConsensusValidators parameter in the provider module to 180. // - Increases the MaxValidators parameter in the staking module to 200. +// - Initializes the last provider consensus validator set in the provider module func CreateUpgradeHandler( mm *module.Manager, configurator module.Configurator,