Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iverc committed Dec 2, 2024
1 parent 4706f52 commit db30009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/tier/keeper/lockup.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (k Keeper) GetUnlockingLockup(ctx context.Context, delAddr sdk.AccAddress,
return true, lockup.Amount, *lockup.UnbondTime, *lockup.UnlockTime
}

// removeUnlockingLockup removes existing lockup (delAddr/valAddr/).
// removeLockup removes existing lockup (delAddr/valAddr/).
func (k Keeper) removeLockup(ctx context.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) {
key := types.LockupKey(delAddr, valAddr)
store := k.lockupStore(ctx, false)
Expand Down

0 comments on commit db30009

Please sign in to comment.