chips-blockchain / pangea-poker

This is the reference GUI for Pangea Poker, blackchain based decentralised game.
https://chips.cash/
25 stars 16 forks source link

Incorrect display of the betting value on the GUI #498

Closed sg777 closed 2 years ago

sg777 commented 2 years ago

When a player folds the hand during the flip round, i see -1 amount in the call betting option. image

sg777 commented 2 years ago

Here is the sample values that pushed to GUI in the above scenario.

{method: 'betting', action: 'round_betting', playerid: 2, round: 0, pot: 3, …}
action: "round_betting"
actions: (3) [2, 7, 1]
beID: 2
betAmounts: (3) [2, 0, 1]
gui_playerID: 3
method: "betting"
minRaiseTo: 2
min_amount: 1
player_funds: (3) [8, 10, 9]
playerid: 2
possibilities: (4) [4, 5, 6, 7]
pot: 3
round: 0
toCall: 0
sg777 commented 2 years ago

This issue has been fixed in this commit https://github.com/sg777/bet/commit/551075ee79c12f9d80901e315d413f6dd953dcaa along with many other issues relate to multiplayer betting.