Closed mauser001 closed 7 months ago
There is only one change from MatchMakerV3 to V4
-> ensure that the match is not already finished when you withdrawFromMatch. Otherwise it would count as an escape.
The change can be found in line 193 matches[matchId].phase < Phase.GameOver
matches[matchId].phase < Phase.GameOver
Very good finding, will upgrade contract asap.
There is only one change from MatchMakerV3 to V4
-> ensure that the match is not already finished when you withdrawFromMatch. Otherwise it would count as an escape.
The change can be found in line 193
matches[matchId].phase < Phase.GameOver