From 8783b0004e014cda086a05d910f35f7604578ee5 Mon Sep 17 00:00:00 2001 From: Adam Tucker Date: Wed, 1 May 2024 10:44:04 -0500 Subject: [PATCH] Update upgrades.go --- app/upgrades/v25/upgrades.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/upgrades/v25/upgrades.go b/app/upgrades/v25/upgrades.go index 01497f5d8df..60428a8970d 100644 --- a/app/upgrades/v25/upgrades.go +++ b/app/upgrades/v25/upgrades.go @@ -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