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