File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -223,8 +223,6 @@ struct OutputGroup
223
223
CAmount effective_value{0 };
224
224
/* * The fee to spend these UTXOs at the effective feerate. */
225
225
CAmount fee{0 };
226
- /* * The target feerate of the transaction we're trying to build. */
227
- CFeeRate m_effective_feerate{0 };
228
226
/* * The fee to spend these UTXOs at the long term feerate. */
229
227
CAmount long_term_fee{0 };
230
228
/* * The feerate for spending a created change output eventually (i.e. not urgently, and thus at
@@ -239,7 +237,6 @@ struct OutputGroup
239
237
240
238
OutputGroup () {}
241
239
OutputGroup (const CoinSelectionParams& params) :
242
- m_effective_feerate (params.m_effective_feerate),
243
240
m_long_term_feerate (params.m_long_term_feerate),
244
241
m_subtract_fee_outputs (params.m_subtract_fee_outputs)
245
242
{}
You can’t perform that action at this time.
0 commit comments