rename return value

This commit is contained in:
Ricardo Guilherme Schmidt 2018-05-13 01:28:15 -03:00
parent 0a1cbb5fff
commit 611649fbd7
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ contract StandardToken is ERC20Token {
function totalSupply()
external
view
returns(uint256 totalSupply)
returns(uint256 currentTotalSupply)
{
return supply;
}