mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-12-11 20:33:32 +01:00
fix market price margin setted to zero in offer edition (#1062)
This commit is contained in:
parent
1f0e326a16
commit
f454bbbf63
@ -102,7 +102,6 @@ class EditOfferViewModel extends MutableOfferViewModel<EditOfferDataModel> {
|
||||
}
|
||||
|
||||
public void onInvalidateMarketPriceMarginPct() {
|
||||
marketPriceMargin.set("0.00%");
|
||||
marketPriceMargin.set(FormattingUtils.formatToPercent(dataModel.getMarketPriceMarginPct()));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user