- replaced apostrophe with a more traditional one.

This commit is contained in:
Danil Nemirovsky 2017-02-23 02:55:28 +03:00
parent 1489f7d90a
commit 9fd455a4b6
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ contract MiniMeToken is Controlled {
function approve(address _spender, uint256 _amount) returns (bool success) {
if (!transfersEnabled) throw;
// To change the approve amount you first have to reduce the addresses
// To change the approve amount you first have to reduce the addresses`
// allowance to zero by calling `approve(_spender,0)` if it is not
// already 0 to mitigate the race condition described here:
// https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729