dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 5f27eab28a7593b8c27413ab695e2874defc9a80
parent 11171529d9bfb9c033dd2604ecef6e5778979f8d
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Tue, 26 Dec 2023 00:28:59 -0500

fix rake

Diffstat:
Mpkg/web/handlers/poker/poker.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -1470,7 +1470,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}, - 2000: {0.05, 892, 892, 2083}, + 2000: {0.05, 892, 892, 1785}, } maxRake := pokerTableMinBet * 15 rakePct := 0.045