mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Add default value to avoid null pointer
This commit is contained in:
parent
b8c85983e3
commit
538c0bb691
@ -137,7 +137,7 @@ public abstract class MutableOfferDataModel extends OfferDataModel implements Bs
|
||||
protected PaymentAccount paymentAccount;
|
||||
protected boolean isTabSelected;
|
||||
protected double marketPriceMargin = 0;
|
||||
protected Coin txFeeFromFeeService;
|
||||
protected Coin txFeeFromFeeService = Coin.ZERO;
|
||||
protected boolean marketPriceAvailable;
|
||||
protected int feeTxSize = 260; // size of typical tx with 1 input
|
||||
protected int feeTxSizeEstimationRecursionCounter;
|
||||
|
Loading…
Reference in New Issue
Block a user