Skip to content

Commit 80b55ea

Browse files
committed
updated comment
1 parent f21378c commit 80b55ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contracts/SRTToken.sol

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ contract StandardToken is ERC20 {
9898
}
9999

100100
/**
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)
101+
* To increment allowed value is better to use this function.
104102
* From MonolithDAO Token.sol
105103
*/
106104
function increaseApproval(address _spender, uint _addedValue) public returns (bool) {

0 commit comments

Comments
 (0)