Skip to content

Commit 346525b

Browse files
authored
Merge pull request #22 from SpringRole/kar2905-patch-1
update comments
2 parents 03e04e4 + b23b17e commit 346525b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contracts/SRTToken.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ contract StandardToken is ERC20 {
7373

7474
/**
7575
* @dev Aprove the passed address to spend the specified amount of tokens on behalf of msg.sender.
76+
* This only works when the allowance is 0. Cannot be used to change allowance.
77+
* https://github.com/ethereum/EIPs/issues/738#issuecomment-336277632
7678
* @param _spender The address which will spend the funds.
7779
* @param _value The amount of tokens to be spent.
7880
*/

0 commit comments

Comments
 (0)