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: --> 1ec7d3092963b98269d67dcf840c482bac4d048de358c1d0a0370c27c7f5d077: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" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^