Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Dec 22, 2023
1 parent 0662fd3 commit e931ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/incentives/keeper/distribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ func (k Keeper) distributeSyntheticInternal(

sortedAndTrimmedQualifiedLocks := make([]*lockuptypes.PeriodLock, curIndex)
for _, v := range qualifiedLocksMap {
v := v
if v.index < 0 {
continue
}
Expand Down

0 comments on commit e931ef5

Please sign in to comment.