diff --git a/x/stake/keeper/slash.go b/x/stake/keeper/slash.go index f41db195c20e..9d4c9af62e4f 100644 --- a/x/stake/keeper/slash.go +++ b/x/stake/keeper/slash.go @@ -40,7 +40,9 @@ func (k Keeper) Slash(ctx sdk.Context, pubkey crypto.PubKey, infractionHeight in } ownerAddress := validator.GetOwner() - // Track remaining slash amount + // Track remaining slash amount for the validator + // This will decrease when we slash unbondings and + // redelegations, as that stake has since unbonded remainingSlashAmount := slashAmount switch {