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: --> 9f664ae51603a92b2702a4ce15a17a47835dd2ae2a3c8209d9020ba6493137e0:46:19 | 46 | let nft <- self.gameRef.play( 47 | fastBreakGameID: self.fastBreakGameID, 48 | topShots: self.topShotMomentIds 49 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 0b2a3299cc857e29.FastBreakV1:453:12 | 453 | fastBreakGame.submitFastBreak(submission: fastBreakSubmission) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: pre-condition failed: Submission missed deadline --> 0b2a3299cc857e29.FastBreakV1:256:16 | 256 | FastBreakV1.isValidSubmission(submissionDeadline: self.submissionDeadline) : "Submission missed deadline" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^