Mint-Gold-Dust / v2-contracts

0 stars 0 forks source link

Make functions virtual #77

Closed 0xdcota closed 9 months ago

0xdcota commented 9 months ago

Make the following functions virtual so that they can be overriden by inheritance:

https://github.com/Mint-Gold-Dust/v2-contracts/blob/92528b7daef026f51d95bf92f0059356c540d384/contracts/marketplace/MintGoldDustERC721.sol#L49

https://github.com/Mint-Gold-Dust/v2-contracts/blob/92528b7daef026f51d95bf92f0059356c540d384/contracts/marketplace/MintGoldDustERC1155.sol#L50