I was going through the smart contract code and see a potential issue here:
|
(LibMeta.msgSender() == listing.borrower && listing.lender == s.parcels[_realmId].owner), |
It seems like if the Gotchi is rented out, the owner can still use it to channel their lands.
I was going through the smart contract code and see a potential issue here:
aavegotchi-realm-diamond/contracts/RealmDiamond/facets/AlchemicaFacet.sol
Line 304 in a9cf8d4
It seems like if the Gotchi is rented out, the owner can still use it to channel their lands.