commit 2aadb722d99dfe1135838a0f1b3d89540cfd5e07
parent fcfdb547638e7800d621d982e7a96a951cdc1806
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Thu, 28 Dec 2023 14:00:23 -0500
rake for 1000 BB
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go
@@ -1521,6 +1521,7 @@ func calculateRake(mainPot, pokerTableMinBet database.PokerChip, nbPlayers int)
3: {0.035, 178, 178, 178},
20: {0.0415, 297, 297, 595},
200: {0.05, 446, 446, 1190},
+ 1000: {0.05, 722, 722, 1589},
2000: {0.05, 892, 892, 1785},
}
maxRake := pokerTableMinBet * 15