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