Changes to remove warnings
This commit is contained in:
@ -21,7 +21,7 @@ contract SimpleToken is StandardToken {
|
||||
/**
|
||||
* @dev Constructor that gives msg.sender all of existing tokens.
|
||||
*/
|
||||
function SimpleToken() {
|
||||
function SimpleToken() public {
|
||||
totalSupply = INITIAL_SUPPLY;
|
||||
balances[msg.sender] = INITIAL_SUPPLY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user