aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/coinselection.h
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2022-08-11 15:23:15 +0100
committerglozow <gloriajzhao@gmail.com>2022-08-11 15:23:21 +0100
commitacda7e8686a1f7a967d6331a2f6a3a01389c3048 (patch)
tree907660d452fb199607f8ee42a90bcef0152eb5e0 /src/wallet/coinselection.h
parentdd62721ba9c154685169588e356315d0787fdf7d (diff)
downloadbitcoin-acda7e8686a1f7a967d6331a2f6a3a01389c3048.tar.xz
[coin selection] consolidate m_change_target and m_min_change_target
These values are both intended for the same thing. Their divergence seems to be the result of an incomplete rename.
Diffstat (limited to 'src/wallet/coinselection.h')
-rw-r--r--src/wallet/coinselection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/coinselection.h b/src/wallet/coinselection.h
index 9135e48104..e257d3f7c7 100644
--- a/src/wallet/coinselection.h
+++ b/src/wallet/coinselection.h
@@ -125,8 +125,6 @@ struct CoinSelectionParams {
CAmount m_min_change_target{0};
/** Cost of creating the change output. */
CAmount m_change_fee{0};
- /** The pre-determined minimum value to target when funding a change output. */
- CAmount m_change_target{0};
/** Cost of creating the change output + cost of spending the change output in the future. */
CAmount m_cost_of_change{0};
/** The targeted feerate of the transaction being built. */