mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-25 16:05:28 -04:00
remove download url from mandatory update message
This commit is contained in:
parent
66e9ac7d3c
commit
b66e6b1c12
9 changed files with 2 additions and 9 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue