Mint-Gold-Dust / v2-contracts

0 stars 0 forks source link

Make `isSecondarySale` mapping internal and add a simple getter #81

Closed 0xdcota closed 9 months ago

0xdcota commented 10 months ago

In order to facilitate reading the isSecondarySale nested mapping from another contract a straightforward getter is required.

https://github.com/Mint-Gold-Dust/v2-contracts/blob/abcd566e0d8a725b567e1fd128169efc04661808/contracts/marketplace/MintGoldDustMarketplace.sol#L156-L170