From a3e0105b972831e22a54e941d68af953dc77effc Mon Sep 17 00:00:00 2001 From: David Asamonye Date: Mon, 18 Sep 2023 07:07:29 -0400 Subject: [PATCH] removed comment --- contracts/ZToken.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/ZToken.sol b/contracts/ZToken.sol index c07cfef..afe7f3e 100644 --- a/contracts/ZToken.sol +++ b/contracts/ZToken.sol @@ -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(