Skip to content

Commit 87ed274

Browse files
committed
ninja allow BUY of children even if parent is forsale
1 parent 6ea7792 commit 87ed274

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rmrk2.0.0/tools/consolidator/consolidator.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,6 @@ export class Consolidator {
607607
const nft = consolidatedNFTtoInstance(consolidatedNFT);
608608

609609
try {
610-
if (nft?.owner) {
611-
await invalidateIfParentIsForsale(nft.owner, this.dbAdapter);
612-
}
613610
await buyInteraction(
614611
remark,
615612
buyEntity,

0 commit comments

Comments
 (0)