Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
David405 committed Sep 18, 2023
1 parent 83a8e5f commit a3e0105
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/ZToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ contract ZToken is Context, ZTokenInterface, IERC20, Ownable, IERC20Metadata {
constructor(string memory name_, string memory symbol_) {
_name = name_;
_symbol = symbol_;
//_mint(msg.sender, 1000 * 10**18 );
}

event Mint(
Expand Down

0 comments on commit a3e0105

Please sign in to comment.