Remove check for makerHasNoMatureAccountForBuyOffer

This commit is contained in:
Manfred Karrer 2019-05-02 13:44:14 -05:00
parent 4947352c03
commit c74025b409
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -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 {