Skip to content

Commit

Permalink
test change
Browse files Browse the repository at this point in the history
  • Loading branch information
amityadav0 committed Jun 14, 2024
1 parent 6a5d08f commit 7528da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/leveragelp/keeper/begin_blocker.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

func (k Keeper) BeginBlocker(ctx sdk.Context) {
// check if epoch has passed then execute
epochLength := k.GetEpochLength(ctx)
epochLength := k.GetEpochLength(ctx) + 1
epochPosition := k.GetEpochPosition(ctx, epochLength)

if epochPosition == 0 { // if epoch has passed
Expand Down

0 comments on commit 7528da6

Please sign in to comment.