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: --> afc2320c63d28cb9d969ed02c2f97c600ceeb1b809f4f08a09b6dc6d46380d62:30:8 | 30 | self.oracleRef.updateFastBreakScore( 31 | fastBreakGameID: self.fastBreakGameID, 32 | playerId: self.playerId, 33 | points: self.points, 34 | win: self.win 35 | ) | ^ --> 0b2a3299cc857e29.FastBreakV1:849:27 | 849 | let isNewWin = fastBreakGame.updateScore(playerId: playerId, points: points, win: win) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Unable to find fast break submission for playerId: 3980 --> 0b2a3299cc857e29.FastBreakV1:283:19 | 283 | ?? panic("Unable to find fast break submission for playerId: ".concat(playerId.toString())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Loading...