rename return value
This commit is contained in:
parent
0a1cbb5fff
commit
611649fbd7
|
@ -66,7 +66,7 @@ contract StandardToken is ERC20Token {
|
|||
function totalSupply()
|
||||
external
|
||||
view
|
||||
returns(uint256 totalSupply)
|
||||
returns(uint256 currentTotalSupply)
|
||||
{
|
||||
return supply;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue