CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> ee8690398f161b78f84dbdbc35b854bfabd8485768d6f238272e262afc132633:41:8 | 41 | marketplaceCollectionRef.placePurchase( 42 | id: id, 43 | payment: <- self.sentVault, 44 | collectionCap: self.nftReceiverCap 45 | ); | ^ --> 14af75b8c487333c.LeofyMarketPlace:534:12 | 534 | itemRef.placePurchase(payment: <- payment, 535 | collectionCap:collectionCap) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: pre-condition failed: Purchase must be equal to the purchasePrice --> 14af75b8c487333c.LeofyMarketPlace:336:16 | 336 | self.purchasePrice == payment.balance: "Purchase must be equal to the purchasePrice" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^