include the active symbol in the displayed limit

This commit is contained in:
Alfred Kamanda 2026-02-19 20:08:57 +03:00
parent 29cc4c63eb
commit 3595ff0d61
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -236,8 +236,8 @@ func (h *MenuHandlers) SwapMaxLimit(ctx context.Context, sym string, input []byt
}
res.Content = fmt.Sprintf(
"Maximum: %s\n\nEnter amount of %s to swap for %s:",
maxStr, swapData.ActiveSwapFromSym, swapData.ActiveSwapToSym,
"Maximum: %s %s\n\nEnter amount of %s to swap for %s:",
maxStr, swapData.ActiveSwapFromSym, swapData.ActiveSwapFromSym, swapData.ActiveSwapToSym,
)
return res, nil