Seller confirm button to be disabled during mediation

This commit is contained in:
jmacxx 2021-11-04 09:34:07 -05:00
parent 851bdcf9ff
commit c1381e4657
No known key found for this signature in database
GPG key ID: 155297BABFE94A1B

View file

@ -91,11 +91,6 @@ public abstract class SellerTrade extends Trade {
@Override
public boolean confirmPermitted() {
// For altcoin there is no reason to delay BTC release as no chargeback risk
if (CurrencyUtil.isCryptoCurrency(getOffer().getCurrencyCode())) {
return true;
}
switch (getDisputeState()) {
case NO_DISPUTE:
return true;