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 03d6cbd429 - Show all commits

View File

@ -342,6 +342,8 @@ func (h *MenuHandlers) MaxAmount(ctx context.Context, sym string, input []byte)
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
}