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: --> 2997dcba856144c13417daff2b3a3bbb6fd8b4fba28820fc3071e009d8d5cd81:28:19 | 28 | let nft <- self.gameRef.play( 29 | fastBreakGameID: self.fastBreakGameID, 30 | topShots: self.topShotMomentIds 31 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 0b2a3299cc857e29.FastBreakV1:447:12 | 447 | fastBreakGame.submitFastBreak(submission: fastBreakSubmission) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: pre-condition failed: Submission missed deadline --> 0b2a3299cc857e29.FastBreakV1:258:16 | 258 | FastBreakV1.isValidSubmission(submissionDeadline: self.submissionDeadline) : "Submission missed deadline" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^