comment?
This commit is contained in:
parent
d331fedb12
commit
3b6992c264
|
@ -126,8 +126,9 @@ contract SC1Token is ERC20Interface, Owned, SafeMath {
|
||||||
|
|
||||||
|
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
// Total supply
|
// Total supply: Get the total token supply
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
|
|
||||||
function totalSupply() public constant returns (uint) {
|
function totalSupply() public constant returns (uint) {
|
||||||
return _totalSupply - balances[address(0)];
|
return _totalSupply - balances[address(0)];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue