[Here(https://github.com/CodeHawks-Contests/2025-02-datingdapp/blob/878bd34ef6607afe01f280cd5aedf3184fc4ca7b/src/LikeRegistry.sol#L37)]
'userBalances' is not updated properly. When 'msg.sender' likes '_liked', then [userBalances] += 1, and 1 ETH should be charged from the 'msg.sender'.
The amount that will be transferred to the common MultiSigWallet will be incorrect, as transactions are not properly handled.
Please update the 'userBalances' and deduct the amount from the 'msg.sender' address accordingly[Here(https://github.com/CodeHawks-Contests/2025-02-datingdapp/blob/878bd34ef6607afe01f280cd5aedf3184fc4ca7b/src/LikeRegistry.sol#L37)]
Likelihood: High, always. Impact: High, loss of funds
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.