Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
Co-authored-by: oldchili <130549691+oldchili@users.noreply.github.com>
  • Loading branch information
sunbreak1211 and oldchili authored Dec 10, 2023
1 parent 4464593 commit 6ab1d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LockstakeEngine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ contract LockstakeEngine {
stkGov.burn(urn, wad); // Burn the whole liquidated amount of staking token
address delegate_ = urnDelegates[urn];
if (delegate_ != address(0)) {
DelegateLike(delegate_).free(wad); // Undelegate liquidated amount and retain NGT
DelegateLike(delegate_).free(wad); // Undelegate liquidated amount and retain the GOV tokens
}
// Urn confiscation happens in Dog contract where ilk vat.gem is sent to the LockstakeClipper
emit OnKick(urn, wad);
Expand Down

0 comments on commit 6ab1d9e

Please sign in to comment.