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: --> 42728075174ef6dfc4d12f75d8a181172257a930892ee16599dece571da15c6f: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" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^