diff options
author | Gregory Sanders <gsanders87@gmail.com> | 2019-03-06 16:30:00 -0500 |
---|---|---|
committer | Gregory Sanders <gsanders87@gmail.com> | 2019-04-11 07:21:49 -0400 |
commit | 0ea47ba7b38cc4b2b9175347cb5cd48fcd08da48 (patch) | |
tree | 18a1212973191aca891ece3bcfd52da9b89f467a /src/wallet/coincontrol.h | |
parent | c536dfbcb00fb15963bf5d507b7017c241718bf6 (diff) |
generalize bumpfee to add inputs when needed
Diffstat (limited to 'src/wallet/coincontrol.h')
-rw-r--r-- | src/wallet/coincontrol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/coincontrol.h b/src/wallet/coincontrol.h index 48a924abfb..9257b272bc 100644 --- a/src/wallet/coincontrol.h +++ b/src/wallet/coincontrol.h @@ -36,6 +36,8 @@ public: bool m_avoid_partial_spends; //! Fee estimation mode to control arguments to estimateSmartFee FeeEstimateMode m_fee_mode; + //! Minimum chain depth value for coin availability + int m_min_depth{0}; CCoinControl() { |