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.
1 parent 6ea7792 commit 87ed274Copy full SHA for 87ed274
src/rmrk2.0.0/tools/consolidator/consolidator.ts
@@ -607,9 +607,6 @@ export class Consolidator {
607
const nft = consolidatedNFTtoInstance(consolidatedNFT);
608
609
try {
610
- if (nft?.owner) {
611
- await invalidateIfParentIsForsale(nft.owner, this.dbAdapter);
612
- }
613
await buyInteraction(
614
remark,
615
buyEntity,
0 commit comments