mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 20:19:21 +00:00
fixed price offer in legacy ui does not set market price margin
This commit is contained in:
parent
60341002fd
commit
9d87e30da0
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ public abstract class MutableOfferDataModel extends OfferDataModel {
|
|||
minAmount.get(),
|
||||
useMarketBasedPrice.get() ? null : price.get(),
|
||||
useMarketBasedPrice.get(),
|
||||
marketPriceMargin,
|
||||
useMarketBasedPrice.get() ? marketPriceMargin : 0,
|
||||
buyerSecurityDepositPct.get(),
|
||||
paymentAccount);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue