Skip to content

Commit a877252

Browse files
small fix
1 parent 96c9628 commit a877252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3swiftToken/Token/Web3SwiftToken.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ contract web3swift is StandardToken {
1313
* @dev Create and issue tokens to msg.sender.
1414
*/
1515
constructor() public {
16-
totalSupply = INITIAL_SUPPLY;
16+
totalSupply_ = INITIAL_SUPPLY;
1717
balances[msg.sender] = INITIAL_SUPPLY;
1818
}
1919
}

0 commit comments

Comments
 (0)