mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-01-03 17:40:10 +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(),
|
minAmount.get(),
|
||||||
useMarketBasedPrice.get() ? null : price.get(),
|
useMarketBasedPrice.get() ? null : price.get(),
|
||||||
useMarketBasedPrice.get(),
|
useMarketBasedPrice.get(),
|
||||||
marketPriceMargin,
|
useMarketBasedPrice.get() ? marketPriceMargin : 0,
|
||||||
buyerSecurityDepositPct.get(),
|
buyerSecurityDepositPct.get(),
|
||||||
paymentAccount);
|
paymentAccount);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue