Skip to content

Commit

Permalink
Update upgrades.go
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic authored May 1, 2024
1 parent 5b35c3b commit 8783b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v25/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func CreateUpgradeHandler(
authenticatorParams.IsSmartAccountActive = false
keepers.SmartAccountKeeper.SetParams(ctx, authenticatorParams)

// Update consensus params in order to safely enable comet
// Update consensus params in order to safely enable comet pruning
consensusParams, err := keepers.ConsensusParamsKeeper.Get(ctx)
if err != nil {
return nil, err
Expand Down

0 comments on commit 8783b00

Please sign in to comment.