credit-send-hotfix #109

Merged
Alfred-mk merged 9 commits from credit-send-hotfix into master 2025-11-18 08:52:24 +01:00
Showing only changes of commit c2cf8e91e5 - Show all commits

View File

@ -339,11 +339,8 @@ func (h *MenuHandlers) MaxAmount(ctx context.Context, sym string, input []byte)
if string(transactionType) == "normal" || sym == "max_amount" {
res.FlagReset = append(res.FlagReset, flag_swap_transaction)
fmt.Println("returning for a normal transaction")
res.Content = l.Get("Maximum amount: %s %s\nEnter amount:", formattedBalance, string(activeSym))
fmt.Println("the final Content:", res.Content)
return res, nil
}