diff --git a/app/upgrades/v4_5_1/fork.go b/app/upgrades/v4_5_1/fork.go index 8298da52b..008d6d2fd 100644 --- a/app/upgrades/v4_5_1/fork.go +++ b/app/upgrades/v4_5_1/fork.go @@ -11,6 +11,8 @@ func RunForkLogic(ctx sdk.Context, keepers *keepers.AppKeepers) { ctx.Logger().Info("Applying v5 upgrade" + "Remove Rate Limit", ) + + RemoveRateLimit(ctx, &keepers.RatelimitKeeper) } func RemoveRateLimit(ctx sdk.Context, rlKeeper *rateLimitKeeper.Keeper) {