prevent tokens from being sent to the dao itself #197
+2
−0
p-s-dev
commented
May 30, 2016
D-Nice
commented
May 30, 2016
It dilutes the overall value of tokens, and they won't contribute to votes.
p-s-dev
commented
May 30, 2016
- People send on accident, thinking that is how to vote
- mist doesn't sum tokens correctly when dao holds them (granted, that is a mist "bug")
p-s-dev
commented
Jun 1, 2016
Currently, people have accidentally sent 56,828 dao tokens (worth ~$7,330) to TheDao.
DAO.sol
| @@ -740,6 +740,7 @@ contract DAO is DAOInterface, Token, TokenCreation { | ||
| if (isFueled | ||
| && now > closingTime | ||
| && !isBlocked(msg.sender) | ||
| + && _to != address(this) |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.