mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Seller confirm button to be disabled during mediation
This commit is contained in:
parent
851bdcf9ff
commit
c1381e4657
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue