mirror of
https://github.com/vacp2p/minime.git
synced 2026-01-09 23:28:02 -05:00
Merge pull request #6 from ameten/apostrophe
Replaced apostrophe with a more traditional one
This commit is contained in:
@@ -255,7 +255,7 @@ contract MiniMeToken is Controlled {
|
|||||||
function approve(address _spender, uint256 _amount) returns (bool success) {
|
function approve(address _spender, uint256 _amount) returns (bool success) {
|
||||||
if (!transfersEnabled) throw;
|
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
|
// allowance to zero by calling `approve(_spender,0)` if it is not
|
||||||
// already 0 to mitigate the race condition described here:
|
// already 0 to mitigate the race condition described here:
|
||||||
// https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
|
// https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
|
||||||
|
|||||||
Reference in New Issue
Block a user