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