updated the MaxAmount description comment

This commit is contained in:
Alfred Kamanda 2025-07-30 11:46:22 +03:00
parent 3d57150465
commit 4d687cac2e
Signed by: Alfred-mk
GPG Key ID: A1C8294B5C886C25

View File

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