Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in Mint(),
_amount == 0
instead of <=
in Mint(), `_amount == 0` instead of `<=` because uint256 don't accept negative integer
- Loading branch information