mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-21 14:24:06 +01:00
Remove check for makerHasNoMatureAccountForBuyOffer
This commit is contained in:
parent
4947352c03
commit
c74025b409
1 changed files with 0 additions and 2 deletions
|
@ -425,8 +425,6 @@ public class OfferBookView extends ActivatableViewAndModel<GridPane, OfferBookVi
|
|||
})
|
||||
.width(725)
|
||||
.show();
|
||||
} else if (!model.hasMakerAnyMatureAccountForBuyOffer()) {
|
||||
new Popup<>().warning(Res.get("offerbook.warning.makerHasNoMatureAccountForBuyOffer")).show();
|
||||
} else if (!model.hasAcceptedArbitrators()) {
|
||||
new Popup<>().warning(Res.get("popup.warning.noArbitratorsAvailable")).show();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue