From 4d687cac2e30511d265f71c8fdb252cc57b07304 Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Wed, 30 Jul 2025 11:46:22 +0300 Subject: [PATCH] updated the MaxAmount description comment --- 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 3580288..dad269e 100644 --- a/handlers/application/send.go +++ b/handlers/application/send.go @@ -189,7 +189,7 @@ func (h *MenuHandlers) ResetTransactionAmount(ctx context.Context, sym string, i return res, nil } -// MaxAmount gets the current balance from the API and sets it as +// MaxAmount gets the current sender's balance from the store and sets it as // the result content. func (h *MenuHandlers) MaxAmount(ctx context.Context, sym string, input []byte) (resource.Result, error) { var res resource.Result