Submitted by Chom, also found by hansfriese and minhquanym
Cannot mint to exactly max supply using _mint function.
if _totalSupply == MAX_SUPPLY this assert will be failed and reverted.
But it shouldnt be reverted as _totalSupply == MAX_SUPPLY is valid.
Change to
JasoonS (judge) commented:
toshiSat (Yieldy) acknowledged and commented:
