mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-20 04:08:09 -04:00
fix fee calculation taking offer within range
This commit is contained in:
parent
0251b49d61
commit
b90163baa5
10 changed files with 32 additions and 15 deletions
|
@ -156,6 +156,7 @@ class TakeOfferDataModel extends OfferDataModel {
|
|||
tradeManager.checkOfferAvailability(offer,
|
||||
false,
|
||||
paymentAccount.getId(),
|
||||
this.amount.get(),
|
||||
() -> {
|
||||
},
|
||||
errorMessage -> new Popup().warning(errorMessage).show());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue