Fix docblock syntax

This commit is contained in:
Jesús Flores
2017-09-01 14:03:31 +01:00
committed by GitHub
parent f073352632
commit 0bd22e78d3

View File

@ -66,7 +66,7 @@ contract StandardToken is ERC20, BasicToken {
return allowed[_owner][_spender];
}
/*
/**
* approve should be called when allowed[_spender] == 0. To increment
* allowed value is better to use this function to avoid 2 calls (and wait until
* the first transaction is mined)