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: --> 6453d36d9814968185f1a73b84d27f24fedf4163bfc5871cc0adbad71604e251: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" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^