remove download url from mandatory update message

This commit is contained in:
woodser 2024-05-21 09:12:50 -04:00
parent 66e9ac7d3c
commit b66e6b1c12
9 changed files with 2 additions and 9 deletions

View file

@ -53,7 +53,7 @@ public class ApplyFilter extends TradeTask {
"Payment method=" + trade.getOffer().getPaymentMethod().getId());
} else if (filterManager.requireUpdateToNewVersionForTrading()) {
failed("Your version of Haveno is not compatible for trading anymore. " +
"Please update to the latest Haveno version at https://haveno.exchange/downloads.");
"Please update to the latest Haveno version.");
} else {
complete();
}