mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-18 19:28:08 -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
|
@ -122,6 +122,7 @@ class GrpcTradesService extends TradesImplBase {
|
|||
try {
|
||||
coreApi.takeOffer(req.getOfferId(),
|
||||
req.getPaymentAccountId(),
|
||||
req.getAmount(),
|
||||
trade -> {
|
||||
TradeInfo tradeInfo = toTradeInfo(trade);
|
||||
var reply = TakeOfferReply.newBuilder()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue