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: --> 9e503197d6dfb1cecbc5541128fe9ba409db6b13300cacb3183ef5f76647a87e: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: 2941 --> 0b2a3299cc857e29.FastBreakV1:283:19 | 283 | ?? panic("Unable to find fast break submission for playerId: ".concat(playerId.toString())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Loading...