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 @@ -222,8 +222,6 @@ struct OutputGroup
222
222
CAmount effective_value{0 };
223
223
/* * The fee to spend these UTXOs at the effective feerate. */
224
224
CAmount fee{0 };
225
- /* * The target feerate of the transaction we're trying to build. */
226
- CFeeRate m_effective_feerate{0 };
227
225
/* * The fee to spend these UTXOs at the long term feerate. */
228
226
CAmount long_term_fee{0 };
229
227
/* * The feerate for spending a created change output eventually (i.e. not urgently, and thus at
@@ -238,7 +236,6 @@ struct OutputGroup
238
236
239
237
OutputGroup () {}
240
238
OutputGroup (const CoinSelectionParams& params) :
241
- m_effective_feerate (params.m_effective_feerate),
242
239
m_long_term_feerate (params.m_long_term_feerate),
243
240
m_subtract_fee_outputs (params.m_subtract_fee_outputs)
244
241
{}
You can’t perform that action at this time.
0 commit comments