mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +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
|
@Override
|
||||||
public boolean confirmPermitted() {
|
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()) {
|
switch (getDisputeState()) {
|
||||||
case NO_DISPUTE:
|
case NO_DISPUTE:
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue