Skip to content

Commit

Permalink
Add additional comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cwgoes committed Jun 30, 2018
1 parent 5a479e0 commit e46e687
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x/stake/keeper/slash.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e46e687

Please sign in to comment.