Skip to content

Commit

Permalink
Update x/metoken/keeper/metoken.go
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba authored Sep 27, 2023
1 parent 2b3c0e4 commit d1b99c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/metoken/keeper/metoken.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (k Keeper) setNextInterestClaimTime(nextInterestClaimTime time.Time) {
store.SetTimeMs(k.store, keyPrefixNextInterestClaimTime, nextInterestClaimTime)
}

// UpdateIndexes registers `addIndexes` and processes `updateIndexes` to update existing indexes.
// UpdateIndexes registers `toAdd` and processes `toUpdate` to update existing indexes.
func (k Keeper) UpdateIndexes(toAdd, toUpdate []metoken.Index, byEmergencyGroup bool) error {
registry := k.GetAllRegisteredIndexes()

Expand Down

0 comments on commit d1b99c5

Please sign in to comment.