We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21378c commit 80b55eaCopy full SHA for 80b55ea
contracts/SRTToken.sol
@@ -98,9 +98,7 @@ contract StandardToken is ERC20 {
98
}
99
100
/**
101
- * approve should be called when allowed[_spender] == 0. To increment
102
- * allowed value is better to use this function to avoid 2 calls (and wait until
103
- * the first transaction is mined)
+ * To increment allowed value is better to use this function.
104
* From MonolithDAO Token.sol
105
*/
106
function increaseApproval(address _spender, uint _addedValue) public returns (bool) {
0 commit comments