mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-01-21 00:00:47 +00:00
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…
x
Reference in New Issue
Block a user