commit 1c088f19133b66f73b4296fab6c065b24881f528
parent e0ee81a894b63674ae549154c6f8ddd6525d0169
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Thu, 14 Dec 2023 05:46:09 -0500
typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/handlers/handlers.go b/pkg/web/handlers/handlers.go
@@ -797,7 +797,7 @@ func PokerHomeHandler(c echo.Context) error {
zeroUser := dutils.GetZeroUser(db)
rootAdminID := database.UserID(config.RootAdminID)
- msg := fmt.Sprintf("new redraw %s xmr by %s", withdrawAmount.XmrStr(), authUser.Username)
+ msg := fmt.Sprintf("new withdraw %s xmr by %s", withdrawAmount.XmrStr(), authUser.Username)
_, _ = db.CreateMsg(msg, msg, "", config.GeneralRoomID, zeroUser.ID, &rootAdminID)
if withdrawUniqueOrig == 0 || withdrawUniqueSub != withdrawUniqueOrig {