Files
minime/contracts/MiniMeBase.sol
r4bbit 2a241edd26 fix(MiniMeBase): make burn() and mint() virtual
Otherwise they can't be overriden, which is necessary when inheriting
contracts. This commit also renames `burn()` to `_burn()` and `mint()`
to `_mint()`, simply to allow inheriting contracts to make use of those
non-underscored function names instead.
2023-09-26 11:12:13 +02:00

21 KiB