You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
I have zero experience with solidity, but I'm pretty sure that the line(s) require (!t.transferFrom(_from, this, _value)); should not have the negation (!) in there. One of the code snippets uses a throw instead of a require, so my guess is the other lines used to use throw and the negation was accidentally left in there during the change to require.
I have zero experience with solidity, but I'm pretty sure that the line(s)
require (!t.transferFrom(_from, this, _value));
should not have the negation (!
) in there. One of the code snippets uses athrow
instead of arequire
, so my guess is the other lines used to usethrow
and the negation was accidentally left in there during the change torequire
.The page I am referring to is at https://www.ethereum.org/dao.
The text was updated successfully, but these errors were encountered: