A push occurs when both the player and the dealer end up with the same total points at the end of a round. This can happen with any total, but a common example is when both have 21 points.
I invoke startGames
function - as a result I had two cards: [47,46]
After that I put hit
- in my hand were [47,46, 6] cards with value 21.
I invoke call
and a result was:
If the value of the player's and the dealer's cards are equal, it results in a "push," and the player's funds should be returned.
An improper implementation of blackjack rules, which lacks the function to withdraw the player's funds after a "push," can result in blocking the player's funds. Due to these incorrect rules, the player does not win, and their funds remain unavailable.
manual review
Please rethink protocol design.
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.