Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed Sep 15, 2023
1 parent 485bfed commit 31d3f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v5_1_0/fork.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func FixRateLimit(ctx sdk.Context, rlKeeper *rateLimitKeeper.Keeper) {
}
rlKeeper.SetRateLimit(ctx, uosmoRateLimit)
} else {
uosmoRateLimit.MinRateLimitAmount = sdk.NewInt(1282_000_000)
uosmoRateLimit.MinRateLimitAmount = sdk.NewInt(1)
rlKeeper.SetRateLimit(ctx, uosmoRateLimit)
}

Expand Down

0 comments on commit 31d3f88

Please sign in to comment.