aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2018-07-17 18:24:07 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2018-07-24 15:05:38 +0900
commite00b4699cc6d2ee5697d38dd6607eb2631c9b77a (patch)
tree3144b2dd3c4c6762d17f891aa53f492da2c39820 /src
parent43e04d13b1ffc02b1082176e87f420198b40c7b1 (diff)
downloadbitcoin-e00b4699cc6d2ee5697d38dd6607eb2631c9b77a.tar.xz
clean-up: Remove no longer used ivars from CInputCoin
Diffstat (limited to 'src')
-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 01fd6d17c8..1be776e695 100644
--- a/src/wallet/coinselection.h
+++ b/src/wallet/coinselection.h
@@ -36,8 +36,6 @@ public:
COutPoint outpoint;
CTxOut txout;
CAmount effective_value;
- CAmount fee = 0;
- CAmount long_term_fee = 0;
/** Pre-computed estimated size of this output as a fully-signed input in a transaction. Can be -1 if it could not be calculated */
int m_input_bytes{-1};