Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> c16e19419122b306292d33188483800e30e9adf1736b2180f1758c57b95afa3d: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"
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^