We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79ecb32 + a22d3aa commit 20d8a3cCopy full SHA for 20d8a3c
pallets/rmrk-market/src/lib.rs
@@ -256,10 +256,6 @@ pub mod pallet {
256
257
// Lock NFT to prevent transfers or interactions with the NFT
258
pallet_rmrk_core::Pallet::<T>::set_lock((collection_id, nft_id), true);
259
- // Check if a prior listing is in storage from previous owner and update if found
260
- if Self::is_nft_listed(collection_id, nft_id) {
261
- ListedNfts::<T>::remove(collection_id, nft_id);
262
- }
263
264
// Add new ListInfo with listed_by, amount, Option<BlockNumber>
265
ListedNfts::<T>::insert(
0 commit comments