mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 13:13:36 +01:00
fixed price offer in legacy ui does not set market price margin
This commit is contained in:
parent
60341002fd
commit
9d87e30da0
@ -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 New Issue
Block a user