nft-contracts icon indicating copy to clipboard operation
nft-contracts copied to clipboard

Arbitrary user can cancel nft sale in nft-fixprice-sale.fc

Open donjaron777 opened this issue 2 years ago • 2 comments

Missing the check in L139:

throw_unless(458, equal_slices(sender_address, nft_owner_address) | equal_slices(sender_address, marketplace_address));

anybody can cancel sale in nft-fixprice-sale.fc

donjaron777 avatar Sep 01 '22 11:09 donjaron777

Yes, it is, but we do not use this version of the contract. nft-fixprice-sale-v2 used now

stels-cs avatar Sep 07 '22 14:09 stels-cs