include the retrieved phone number

This commit is contained in:
Alfred Kamanda 2026-02-20 13:30:21 +03:00
parent 301d4f4232
commit e5b9a8955d
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -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 {