Skip to content

Commit

Permalink
add RemoveRateLimit into RunForkLogic
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed Aug 18, 2023
1 parent 2037db5 commit 314bead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/upgrades/v4_5_1/fork.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 314bead

Please sign in to comment.