issues
search
aavegotchi
/
aavegotchi-realm-diamond
23
stars
9
forks
source link
various fixes and tests
#1
Closed
marcoruggeri
closed
3 years ago
marcoruggeri
commented
3 years ago
change msg.sender to _to when calling _safeMint
remove for loop in _safeMint because we are already looping in mintParcels
add require to check for duplicate tokenId in _safeMint
add minting test
add transfer test