From e5b9a8955da324b824148a1feda763af92c4eaa2 Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Fri, 20 Feb 2026 13:30:21 +0300 Subject: [PATCH] include the retrieved phone number --- handlers/application/send.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/application/send.go b/handlers/application/send.go index b2273e1..aef8095 100644 --- a/handlers/application/send.go +++ b/handlers/application/send.go @@ -425,7 +425,7 @@ func (h *MenuHandlers) MaxAmount(ctx context.Context, sym string, input []byte) return res, nil } - fmt.Println("got 3") + fmt.Println("got 3:", string(recipientPhoneNumber)) recipientActiveSym, recipientActiveAddress, recipientActiveDecimal, err := h.getRecipientData(ctx, string(recipientPhoneNumber)) if err != nil {