From ee41f733473111877fc5c67864caa98c7ae41b54 Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Fri, 14 Nov 2025 10:41:34 +0300 Subject: [PATCH] added a debug log --- handlers/application/send.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handlers/application/send.go b/handlers/application/send.go index 2c7fb9a..b67b44f 100644 --- a/handlers/application/send.go +++ b/handlers/application/send.go @@ -339,6 +339,8 @@ func (h *MenuHandlers) MaxAmount(ctx context.Context, sym string, input []byte) if string(transactionType) == "normal" || sym == "max_amount" { res.FlagReset = append(res.FlagReset, flag_swap_transaction) + fmt.Println("returning for a normal transaction") + res.Content = l.Get("Maximum amount: %s %s\nEnter amount:", formattedBalance, string(activeSym)) return res, nil }