fix fee calculation taking offer within range

This commit is contained in:
woodser 2023-05-30 12:42:50 -04:00
parent 0251b49d61
commit b90163baa5
10 changed files with 32 additions and 15 deletions

View file

@ -156,6 +156,7 @@ class TakeOfferDataModel extends OfferDataModel {
tradeManager.checkOfferAvailability(offer,
false,
paymentAccount.getId(),
this.amount.get(),
() -> {
},
errorMessage -> new Popup().warning(errorMessage).show());