emit transfer in burn
This commit is contained in:
@@ -129,5 +129,6 @@ contract DODOLpToken is Ownable {
|
||||
balances[user] = balances[user].sub(value);
|
||||
totalSupply = totalSupply.sub(value);
|
||||
emit Burn(user, value);
|
||||
emit Transfer(user, address(0), value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user