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