Itheum / itheumcore-elrond-data-nft-marketplace

MuliversX blockchain Data NFT marketplace (Data Market)
0 stars 0 forks source link

C5: Prevent non_zero cancelled offers #30

Closed damienen closed 1 year ago

damienen commented 1 year ago

Verify that the quantity asked to be cancelled in cancel_offer is non-zero, to avoid the possibility of creating artificial storages in cancelled_offers which can never be cleared.

damienen commented 1 year ago

Checked. Solved