add a debug statement

This commit is contained in:
Alfred Kamanda 2026-01-15 11:17:41 +03:00
parent c380915100
commit b337c9260b
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41

View File

@ -384,6 +384,8 @@ func (h *MenuHandlers) MaxAmount(ctx context.Context, sym string, input []byte)
logg.ErrorCtxf(ctx, "failed on calculateSendCreditLimits", "error", err)
res.FlagReset = append(res.FlagReset, flag_swap_transaction)
res.Content = l.Get("Maximum amount: %s %s\nEnter amount:", formattedBalance, string(activeSym))
fmt.Println("the FlagReset:", res.FlagReset, "the FlagSet:", res.FlagSet)
return res, nil
}