kedoska / engine-blackjack

Javascript library to make blackjack engines
GNU General Public License v2.0
33 stars 29 forks source link

Remove Insurance from getPrize #35

Closed kedoska closed 7 years ago

kedoska commented 7 years ago

Insurance is now calculated during the INSURANCE action.

Insurance value is already returned as a side bet into the sideBetsInfo

Both wonOnRight and wonOnLeft should not add the value of the insurance.