mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-28 17:15:14 +01:00
ApplyFilter task: Remove version enforcement
The EnforceFilterVersion task always runs before the ApplyFilter and ensures both traders run the minimum required version.
This commit is contained in:
parent
1a083ab246
commit
96b4b915f1
1 changed files with 0 additions and 3 deletions
|
@ -266,9 +266,6 @@ public class TradeUtil {
|
|||
} else if (paymentAccountPayload != null && filterManager.arePeersPaymentAccountDataBanned(paymentAccountPayload)) {
|
||||
failed.handleErrorMessage("Other trader is banned by their trading account data.\n" +
|
||||
"paymentAccountPayload=" + paymentAccountPayload.getPaymentDetails());
|
||||
} else if (filterManager.requireUpdateToNewVersionForTrading()) {
|
||||
failed.handleErrorMessage("Your version of Bisq is not compatible for trading anymore. " +
|
||||
"Please update to the latest Bisq version at https://bisq.network/downloads.");
|
||||
} else {
|
||||
complete.handleResult();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue