[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 60ac7b72f5490f9e886cff7742ba8c96c9882e373fd6f66edbdd65db4fade61c:54:6 | 54 | OrdinalVendor.purchaseOrdinal( 55 | payment: <-paymentVault, 56 | type: type, 57 | data: OrdinalVendor.PurchaseData( 58 | type: type, 59 | inscriptionData: data[i], 60 | purchaserAddress: self.purchaserAddress, 61 | purchaserCollectionRef: self.purchaserCollectionRef 62 | ), 63 | adminSignedPayload: OrdinalVendor.AdminSignedPayload( 64 | type: type, 65 | creator: self.purchaserAddress, 66 | expiration: expiration 67 | ), 68 | signature: signature 69 | ) | ^ --> 9179121cf7791f99.OrdinalVendor:388:12 | 388 | vendor.purchaseImage(payment: <-payment, data: data, adminSignedPayload: adminSignedPayload, signature: signature) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: assertion failed: failed to validate signature for the purchase --> 9179121cf7791f99.OrdinalVendor:280:12 | 280 | assert( 281 | self.verifyAdminSignedPayload(signedPayloadData: adminSignedPayload, signature: signature) == true, 282 | message: "failed to validate signature for the purchase" 283 | ) | ^
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Happy diving into the flow Remember to upgrade your contracts to 1.0!