mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-11 01:27:45 +01:00
Merge pull request #5808 from jmacxx/seller_confirm_button
Confirm button state for BTC seller to be disabled in mediation
This commit is contained in:
commit
bb1a1b5170
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